 
A:LINK 
{ 
	color : #333333; 
	text-decoration : none; 
} 
A:VISITED  
{ 
	color : #666666; 
	text-decoration : none; 
} 
A:HOVER  
{ 
	color : #2C6DA3; 
	text-decoration : none; 
} 
A:ACTIVE  
{ 
	color : #4791CD; 
	text-decoration : none; 
} 

H1
{
	color: #999999;
	font-size: 16px;
	font-weight: bold;	
}

H2
{
	color: #E3E3C6;
	font-size: 40px;
	font-weight: normal;	
}

H3
{
	color: #1849AD;
	font-size: 26px;
	font-weight: normal;	
}

.rodape
{
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFFFFF;
} 

TD.menu 
{
	color: #ffffff;
	background-color: #799BC7;	
	display: block; 	
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
TD.menu a:link 
{
	color: #ffffff;
	background-color: #799BC7;	
	display: block; 	
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

TD.menu a:visited 
{
	color: #FFFFFF;
	background-color: #799BC7;	
	display: block; 	
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

TD.menu a:hover 
{
	color: #FFFFFF;
	background-color: #4B70A0;	
	display: block; 	
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

TD.menu a:active 
{
	color: #CCCCCC;
	background-color: #799BC7;	
	display: block; 	
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.titulo { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 40px; 
	color: #CCCCCC; 
	font-weight: normal; 
	line-height: 26px; 
} 
 
.texto { 
	font-family: Arial, Helvetica, Sans 
                          Serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: 1pt;
} 

.divisoriaHorizontal
{	
	background-color: #1849AD;
	border: 0px;
	height: 1px;
	width: 70%;
}

.divisoriaVertical
{	
	background-color: #1849AD;
	border: 0px;
	height: 120px;
	width: 1px;
}
 
UL  
{ 
	margin-top: -6pt; 
	margin-bottom: 0pt; 
	margin-left: 12pt; 
	color: #000000; 
	list-style-image : url('#000000');}	

