/* CSS Document */
.preto{
	color:#333333;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;

}
.titulo_vermelho{
	color:#C30827;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
/*link_vermelho*/
A.link_vermelho:link {
	color: #C30827;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}
A.link_vermelho:hover {
	color: #F80231;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
A.link_vermelho:visited {
	color: #C30827;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}
A.link_vermelho:visited:hover {
	color: #F80231;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

/*link_vermelho*/
A.link_branco:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
A.link_branco:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}
A.link_branco:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
A.link_branco:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}



/*h1*/
h1 {
	font-family:"Calibri","Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight: bold;
	margin-bottom:0px;
}
h2 {
	font-family:"Calibri","Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CCDDB9;
	font-weight: bold;
	margin-bottom:0px;
}
h3 {
	font-family:"Calibri","Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFCC33;
	font-weight: bold;
	margin-bottom:0px;
}
h4 {
	font-family:"Calibri","Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #C30827;
	font-weight: bold;
	margin-bottom:0px;
}
/*verde*/

