/*-- body properties --*/
body {
		background: url(../imagens/bg.gif) #F1FFE1;
		background-repeat:repeat;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

body,td,th {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #333333;
		letter-spacing: 0px;
		}

/*-- font properties --*/
.fonterodape 	{
		font-size: 11px;
		line-height: 12px;
		}
		
/*-- link properties --*/
.LINK:link {		
		font-size: 11px;
		line-height: 12px;
		color: #6D8C48;
		text-decoration: underline;
		}

.LINK:visited {
		font-size: 11px;
		line-height: 12px;
		color: #6D8C48;
		text-decoration: underline;
		}

.LINK:hover {
		font-size: 11px;
		line-height: 12px;
		color: #6D8C48;
		text-decoration: underline;
		}