/* CSS Document */

BODY { margin:0; }

TD { font-family: Verdana; font-size: 10pt }

.textoprincipal
{
	color: #127AB9;
}

.topo 
{ 
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold; 
	text-align: center;
	color: #FFFFFF;
}

.rodape
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	background-color: #127AB9;
}

.bordaesq
{ 
	border-left-width: 1px; 
	border-left-style: solid; 
	border-left-color: #127AB9;
}

.bordadir 
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #127AB9;
}

.fundo
{
	background-color: #127AB9;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #127AB9;
	text-decoration: underline;
}
