SPAN.texto {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; line-height: 16px;}

SPAN.titulo {font-family: Arial, Helvetica, sans-serif; color: #2F71A3; font-size: 18px; line-height: 17px; font-weight: bold;}
SPAN.titulo2 {font-family: Arial, Helvetica, sans-serif; color: #2F71A3; font-size: 15px; line-height: 17px; font-weight: bold;}

SPAN.foto {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 15px; line-height: 17px; font-weight: bold;}

SPAN.fotorodape {font-family: Arial, Helvetica, sans-serif; color: #9f0100; font-size: 11px; line-height: 17px;}

SPAN.rodape {font-family: Verdana; color: #ffffff; font-size: 11px; line-height: 14px;}

SPAN.menu {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; line-height: 16px;}

SPAN.noticias {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; line-height: 16px;}

SPAN.leia {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; line-height: 13px;}
SPAN.leia2 {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; line-height: 13px;}

A:LINK {font-family: Arial, Helvetica, sans-serif; color: #9F0100; text-decoration: none;}
A:VISITED {font-family: Arial, Helvetica, sans-serif; color: #9F0100; text-decoration: none;}
A:ACTIVE {font-family: Arial, Helvetica, sans-serif; color: #9F0100; text-decoration: none;}
A:HOVER {font-family: Arial, Helvetica, sans-serif; color: #9F0100; text-decoration: underline;}

A.navegacao:LINK {font-family: Verdana; color: #999999;	text-decoration: none; font-size: 11px}
A.navegacao:VISITED {font-family: Verdana; color: #999999; text-decoration: none; font-size: 11px}
A.navegacao:ACTIVE {font-family: Verdana; color: #999999; text-decoration: none; font-size: 11px}
A.navegacao:HOVER {font-family: Verdana; color: #999999; text-decoration: underline; font-size: 11px}

A.menu:LINK {font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none; font-weight: bold;}
A.menu:VISITED {font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none; font-weight: bold;}
A.menu:ACTIVE {font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none; font-weight: bold;}
A.menu:HOVER {font-family: Arial, Helvetica, sans-serif; color: #9F0100; text-decoration: none; font-weight: bold;}

A.submenu:LINK {color: #999999; text-decoration: none; font-size: 12px; font-weight: bold;}
A.submenu:VISITED {color: #999999; text-decoration: none; font-size: 12px; font-weight: bold;}
A.submenu:ACTIVE {color: #999999; text-decoration: none; font-size: 12px;font-weight: bold;}
A.submenu:HOVER {color: #9F0100; text-decoration: none; font-size: 12px; font-weight: bold;}

.formulario {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-size: 12px; 
line-height: 16px;

border-color: #cccccc; 
background-color: #f9f9f9; 
border-style:double; 
border-width: 1px;
}

.botao{
	background:  #f4f4f4;
	border-color: #cccccc;
	color: #333333;
	font-size: 10px;
	font-family:Verdana;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
}

.txtformulario {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-size: 12px; 
font-weight: bold;
text-align:right
}

.txtinfo {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-size: 12px; 
font-weight:normal;
text-align:right
}

.txtcampo {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-size: 12px; 
font-weight: normal
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
text-align:left;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}