/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}

.textoRodape
{
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
}

.subTitulo
{
	font-family:Tahoma;
	font-size:15px;
	color:#CC0000;
	font-weight:bold;
}

/* LINKS */

a:link
{	
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:underline;
}

a:hover
{	
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}

a:visited
{	
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:underline;
}

a:active
{	
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}