.center{text-align:center}
.right{text-align:right}
.left{text-align:left}
.justify{text-align:justify}

select { 
font-family: Verdana,Arial, Helvetica, sans-serif; 
font-size: 10px;
background-color: #f9f9f9;
}

body{
	scrollbar-3dlight-color : #595959;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #cfcfcf;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #cfcfcf;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #595959;
	}

p{text-align:left;font-family:Verdana;color:black;font-size:10px}
div{font-family:Verdana;color:black;font-size:10px}

<--! links geral{  }
.link1 {font-family:Verdana,Arial;color:F89223; font-size:12px; text-decoration:bold;}
.link1:hover {text-decoration:underline}

<--! links topo e rodape{  }
.link2{font-family: Verdana,Arial;color:F1CB42; font-size:9px; text-decoration: none;}
.link2:hover{text-decoration:underline}

<--! links pagina interna{  }
.link3{font-family:Verdana;color:#706F6E;font-size:10px;text-decoration:bold}
.link3:hover{text-decoration:underline}

.link4{font-family:Verdana;color:#003063;font-size:9px;text-decoration:none}
.link4:hover{text-decoration:underline}

.link5{font-family:Verdana;color:#003063;font-size:9px;text-decoration:none}
.link5:hover{text-decoration:underline;}

.titulos {
font-family: "Arial", Times, serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
	letter-spacing: .3em;
	padding: 0.2px;
	height: auto;
	width: auto;
	border: 0.5px none #CCCCCC;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:justify;


