a:link    { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; color: #339966;}

.link:link{ color: #ffffff; }
.link:visited { text-decoration: none; color: #ffffff; }
.link:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	font-size: 09px;
}

body {
	scrollbar-face-color      : #ffffff;
  	scrollbar-shadow-color    : #009933;
  	scrollbar-highlight-color : #ffffff;
  	scrollbar-3dlight-color   : #009933;
  	scrollbar-darkshadow-color: #ffffff;
  	scrollbar-track-color     : #ffffff;
  	scrollbar-arrow-color     : #009933;  }
  
table {
	font : 10px/12px Verdana;
	letter-spacing : 0px;
	color : #000000;
	text-align : justify  }


.titulo { font : bold 13px/13px Verdana;
	letter-spacing : 0px;
	color : #ffffff;
	text-align : justify}
	
.mapa { font : 9px/10px Verdana;
	letter-spacing : 0px;
	color : #000000;
	text-align : justify}
		
.borda { border-left-style:solid; border-left-width:1;  border-left-color:#339966;
border-right-style:solid; border-right-width:1; border-right-color:#cccc99;
border-top-style:none; border-top-width:0; 
border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#339966;
}

.tab_noticias { border-left-style:none; border-left-width:0;
border-right-style:none; border-right-width:0;
border-top-style:none; border-top-width:0; 
border-bottom-style:solid; border-bottom-width:1; border-bottom-color:cccccc;
}

.form { 
	color: #000000; 
	font-family: Verdana; 
	font-size: 8 pt; 
	background-color: #FFFFFF; 
	border: 1 solid #cccccc;
}

.botao {
	border:1px dashed #666666;
	color:#4f4f4f;
	width:100px;
	height:20px;
	background-color:#f4f4f4;
}