@charset "UTF-8";
/* CSS Document */
img{ border:0; }
a.menu 
{
	text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
a.menu:hover 
{
	text-decoration:none;
	color: #9B1318;	
	font-weight: bold;
	font-size: 13px;
}
a.menuEdicoes 
{
	text-decoration:none;
	color: #0a7590;
	font-weight: bold;
	font-size: 13px;
}
a.menuEdicoes:hover 
{
	text-decoration:none;
	color: #9B1318;	
	font-weight: bold;
	font-size: 13px;
}
a.titulo1 
{
	font-size: 24px;
	color: #a42327;
	font-weight: bold;
	text-decoration: none;
}
a.titulo1:hover {
	font-size: 24px;
	color: #ec1c24;
	font-weight: bold;
	text-decoration: none;
}
a.titulo5 {
	font-size: 18px;
	color: #a42327;
	font-weight: bold;
	text-decoration: none;

}
a.titulo5:hover {
	font-size: 18px;
	color: #ec1c24;
	font-weight: bold;
	text-decoration: none;
}
a.titulo3 
{
	font-size: 12px;
	color: #a42327;
	font-weight: bold;
	/*line-height: 22px;*/
	text-decoration: none;
}
a.titulo3:hover
{
	font-size: 12px;
	color: #a42327;
	font-weight: bold;
	/*line-height: 22px;*/
	text-decoration: underline;
}
a.titulo3b 
{
	font-size: 12px;
	color: #a42327;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.titulo3b:hover
{
	font-size: 12px;
	color: #a42327;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
a.cinza2b {
	color: #888686;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.cinza2b:hover {
	color: #888686;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
a.cinza2 {
	color: #888686;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
a.cinza2:hover {
	color: #888686;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
}
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:left
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#tabDegrade {
background-position:top;
background-repeat:repeat-x;
background-color:#e6e6e6;
}
#bgFora {
background-position:top;
background-repeat:repeat;
}
.branco 
{
	color: #FFF;
	text-align: center;
}
.dataBranca 
{
	color: #FFF;
	text-align:left;
}
.edicao
{
	color: #FFF;
	text-align: left;
	font-size:16px;
	font-weight:bold;
}
.azul {
	font-weight: bold;
	color: #0a7590;
}
.cinza 
{
	color: #888686;
}
.titulo1 
{
	font-size: 24px;
	color: #a42327;
	font-weight: bold;
	text-decoration: none;
}
.vermelho {
	color: #a42327;
}
.titulo2 
{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.titulo4 
{
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.justificado {
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}
.cinza2 ul{
	margin:0px;
	padding:0px;
}

.cinza2 ul li{
	list-style:circle;
	padding:0px;
	margin:0px;
	margin-left:20px;
}

.cinza2 ul li a{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}

.cinza2 ul li a:hover{
	text-decoration:underline;
}