/* CSS Document */


/*FONTE AZUL PADRÃO ---------------------------------------------------------------------------------- */
.textblue{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #01297a;
}

.textblue a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #01297a;	
	text-decoration:none;
}
.textblue a:hover{
	text-decoration:underline;
}



/*FONTE VERDE ---------------------------------------------------------------------------------- */
.textgreen{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #3b6c00;
}
.textgreen a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #3b6c00;	
	text-decoration:none;
}
.textgreen a:hover{
	text-decoration:underline;
}


/*FONTE VERMELHA ---------------------------------------------------------------------------------- */
.textred{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #cc0000;
}
.textred a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #cc0000;	
	text-decoration:none;
}
.textred a:hover{
	text-decoration:underline;
}


/*FONTE WHITE -------------------------------------------------------------------------------------- */
.textwhite{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #FFFFFF;
}
.textwhite a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #FFFFFF;
	text-decoration:none;
}
.textwhite a:hover{
	text-decoration:underline;	
}


/*FONTE WHITE MENU LIST -------------------------------------------------------------------------------------- */
.textpqwhite{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #FFFFFF;
}
.textpqwhite a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #FFFFFF;
	text-decoration:none;
}
.textpqwhite a:hover{
	text-decoration:underline;	
}


/*FONTE COPYRIGHT ---------------------------------------------------------------------------------- */
.copyright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
}
.copyright a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	text-decoration:none;
}
.copyright a:hover{text-decoration:underline;}



/*TITLE RED ---------------------------------------------------------------------------------- */
.titlered{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:16px;
	color: #cc0000;
}
.titlered a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:16px;
	color: #cc0000;	
	text-decoration:none;
}
.titlered a:hover{
	text-decoration:underline;
}



/*TITLE RED 2 ---------------------------------------------------------------------------------- */
.titlered2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color: #cc0000;
}
.titlered2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color: #cc0000;	
	text-decoration:none;
}
.titlered2 a:hover{
	text-decoration:underline;
}





/*FORMULÁRIO -------------------------------------------------------------------------------------------------- */
#formulario select, #formulario input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01297a;
	border-color: #bcc8e0;
	border-width: 1px;
	border-style: solid;
	height: 17px;
}
#formulario textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01297a;
	
	border-color: #bcc8e0;
	border-width: 1px;
	border-style: solid;
}




/* BULLETS ---------------------------------------------------------------------------------- */
#lista ul{list-style: none; margin:10px 0px 10px 10px; padding:0px 0px 0px 0px;}/*top, right, bottom, left*/

#lista li{
	list-style-image:url(imgs/bulletyellow.gif);	
	padding: 0px 0px 0px -15px;
	margin: 5px 0px 5px 15px;	
}
#lista li, #lista li a{		
	text-decoration:none;	
}
#lista li a:hover{text-decoration:underline;}



/* BULLETS ---------------------------------------------------------------------------------- */
#listacol ul{list-style: none; margin:10px 0px 10px 0px; padding:0px 0px 0px 0px;}/*top, right, bottom, left*/

#listacol li{
	list-style-image:url(imgs/bulletyellow2.gif);	
	padding: 0px 0px 0px -15px;
	margin: 5px 0px 5px 15px;	
}
#listacol li, #listacol li a{		
	text-decoration:none;	
}
#listacol li a:hover{text-decoration:underline;}


