/* CSS Document */


/*FONTE AZUL ESCURA PADRÃO ---------------------------------------------------------------------------------- */
.textdarkblue{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #004070;
}
.textdarkblue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #004070;
	text-decoration:none;
}
.textdarkblue a:hover{text-decoration:underline; color: #0382b1;}


/*FONTE AZUL CLARA ------------------------------------------------------------------------------------------- */
.textlightblue{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #0382b1;
}
.textlightblue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #0382b1;
	text-decoration:none;
}
.textlightblue a:hover{text-decoration: underline;}


/*FONTE BRANCA ------------------------------------------------------------------------------------------- */
.textwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #ffffff;
}
.textwhite a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #ffffff;
	text-decoration:none;
}
.textwhite a:hover{text-decoration: underline;}


/*FONTE TÍTULO NOTÍCIA ------------------------------------------------------------------------------------ */
.titulonoticia{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004070;
}

/*FONTE CRÉDITO NOTÍCIA --------------------------------------------------------------------------------------- */
.creditonoticia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0382b1;
}

/*FORMULÁRIO -------------------------------------------------------------------------------------------------- */
#formulario select, #formulario input, #formulario textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004070;
	background-image:url(imgs/textfield_bg.gif);
	background-repeat:repeat-x;
	border:#0382b1 solid 1px;
	background-color:#ffffff;
}

/*THUMB TABLE --------------------------------------------------------------------------------------------------- */
.thumbtable {	
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	background-color:#e2edf1;
}
/*THUMB -------------------------------------------------------------------------------------------------------- */
.thumbOff{
	background-color:#0381b1;
}
.thumbOn{
	background-color:#00c4db;	
}

/*BULLETS -------------------------------------------------------------------------------------------------------- */
#listablue ul{list-style: none; margin:10px 0px 10px 0px; padding:0px 0px 0px 0px;}

#listablue li{
	list-style-image:url(imgs/bullet.gif);
	padding: 0px 0px 0px -15px;
	margin: 5px 0px 5px 15px;	
}
#listablue li, #listablue li a{	
	color:#004070;
	font-weight:bold;
	text-decoration:none;	
}
#listablue li a:hover{text-decoration:underline;}


/*BULLETS SUBLEVEL-------------------------------------------------------------------------------------------------------- */
#sublistablue ul{list-style: none; margin:10px 0px 10px 0px; padding:0px 0px 0px 15px;}

#sublistablue li{
	list-style-image:url(imgs/bullet.gif);
	padding: 0px 0px 0px -15px;/*top right bottom left*/
	margin: 5px 0px 5px 15px;/*top right bottom left*/
}
#sublistablue li, #sublistablue li a{	
	color:#004070;
	text-decoration:none;	
}
#sublistablue li a:hover{text-decoration:underline;}



