.titulos{
	color: #FF9900;
	font-family: verdana;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
}


.texto{
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.texto_azul{
	color: #165376;
	font-family: verdana;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
}

.texto_laranja{
	color: #C07514;
	font-family: verdana;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
}

.copyright{
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.copyrightcor{
	color: #8EC621;
	font-family: verdana;
	font-size: 9px;
	font-style: bold;
	font-weight: bold;
}

a:link {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8EC621;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}
a:active {
	color: #8EC621;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

