/* CSS Document */

body {
margin:0;
padding:0;
background-color: #000000;
/* text-align:center; /* hack para o IE */	

}


.titulonot
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	text-decoration: none;
}
	
.titulonotMenuOnMouseOver
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	text-decoration: none;
}
	
.titulonotMenuOnMouseOut
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}

.titulomaior
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	text-decoration: none;
	text-align: justify;
}

.corpo
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	
	color: #990000;
	text-decoration: none;
	text-align: justify;

}

.titulomaior
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #990000;
	text-decoration: none;
	text-align: justify;
}

a:link
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	text-decoration: none;
	text-align: justify;

}

a:hover
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	color: #FF9933;
	text-decoration: none;
	text-align: justify;

}

