A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active{text-decoration:none}
A:hover {text-decoration:underline}

body {
	background-color: #513F00;
	background-image: url(images/bg_fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* FONT FACE */
body,td,p,div,span,a,input,select,textarea,ul,b{font-family:Verdana, Arial, Helvetica, sans-serif}

/* FONT SIZE */
body,td,p,div,span,a,input,select,textarea,ul,b{font-size:11px}


.linkCinza {font-family: Verdana; font-size: 11px; color: #CCCCCC; line-height: 15px;} 
a.linkCinza:visited {font-family: verdana; font-size: 11px; color: #CCCCCC; text-decoration : none; line-height: 15px;}
a.linkCinza:hover {font-family: verdana; font-size: 11px; color: #CCCCCC; text-decoration : underline; line-height: 15px;}
a.linkCinza:link {font-family: verdana; font-size: 11px; color: #CCCCCC; text-decoration : none; line-height: 15px;}
a.linkCinza:active {font-family: verdana; font-size: 11px; color: #CCCCCC; text-decoration : none; line-height: 15px;}

.linkAmarelo {font-family: Verdana; font-size: 11px; color: #FFCC00;} 
a.linkAmarelo:visited {font-family: verdana; font-size: 11px; color: #FFCC00; text-decoration : none;}
a.linkAmarelo:hover {font-family: verdana; font-size: 11px; color: #FFCC00; text-decoration : underline;}
a.linkAmarelo:link {font-family: verdana; font-size: 11px; color: #FFCC00; text-decoration : none;}
a.linkAmarelo:active {font-family: verdana; font-size: 11px; color: #FFCC00; text-decoration : none;}

.tit {font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #999999;}

.cinzaEsc {font-size: 11px; font-family: Verdana; color: #999999; line-height: 15px;}


/* FORM */
.formTxt { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px;
		font-style: normal; 
        line-height: normal; 
        background-color: #F0F0F0; 
        text-transform: none; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px
}

/* BUTTON */
.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #666666;
}














