/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV#Conteudo {
	width:550px;
}

IMG, a IMG {border:0;}

H1{	text-transform: uppercase; font-size: 13px;	font-weight: bold; color:#CC3300;}

H2{	font-size: 10pt; font-weight: bold;	color:#666;}

H3{	font-size: 11px; font-weight: bold;	color:#333;}

p, ul li {font-size: 11px; text-align:justify;}

ul {margin:30px;}

.negrito {font-weight:bold;}

.italico {font-style:italic;}

.sublinhado {text-decoration:underline;}

.centralizado {text-align:center}

.right {text-align:right}

.h3{font-size: 11px; font-weight: bold;	color:#333; text-transform:none;}

.cinza {font-size:10px; color:#666;}


a {color: #CC3300; text-decoration:none; font-weight:bold;}
a:hover {background-color:#FADEDE;}

a.artigos {color: #999; text-decoration:none; font-weight:bold; font-size:11px;}
a.artigos:hover {text-decoration:underline; background-color:#fff;}

a.noticias {font-size:11px; font-weight:bold; color:#888; text-decoration:none;}
a.noticias:hover {text-decoration:underline; background-color:#fff;}

a.voltar {color: #999; text-decoration:none; font-weight:bold;}
a.voltar:hover {text-decoration:underline; background-color:#fff;}

.intro {
	font-size: 13px;
	font-style: italic;
}

.intro2 {
	font-size: 15px;
	font-style: italic;
	font-weight:bold;
	color:#666666;
}

.topico {
	font-size: 12px;
	font-weight: bold;
}

.topico2 {
	font-size: 13px;
	font-weight:bold;
	color:#666666;
	font-style: italic;

}

.cabecalho {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CC3300;
}