/* CSS Document */

body
{
	background:url('../images/fundo.jpg') repeat;
	background-color:#000;
}

h1 { font-family: Trebuchet MS; font-size: 20px; color:#fff; padding-bottom:0; margin:0; }

a
{
	color:#fff;
}
a:hover
{
	color:#ccc;
}

a:visited
{
	color:#fff;
}

.textoTitulo
{
	font-family:'Trebuchet MS';
	font-size:30px;
	color: #f4f4f4;
}

.textoNormal
{
	font-family: 'Verdana';
	font-size: 14px;
	line-height:25px;
	color: #fff;
	text-align:justify;
}

.textoHome
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #fff;
	text-align:left;
}

.textoRodape
{
	font-family:Verdana;
	font-size: 12px;
	color:#fff;
}

.textoUnique
{
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

#dv_informativo
{
	margin-top: 10px;
	margin-right:10px;
	font-family:'Verdana';
	font-size:12px;
	color:#f5f5f5;
}