BODY, TD, SELECT
{		
	font: 8pt verdana, arial, sans-serif;
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: #E88B7A; 
	SCROLLBAR-3DLIGHT-COLOR: #E88B7A;
	SCROLLBAR-ARROW-COLOR: #E88B7A;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	color: #1F45B1;
}

/* castanho usado: 
	232, 139, 122   
	#E88B7A
*/ 

/* ---------------------------------------------------- */
a:link		
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:visited	
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:active	
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:hover		
{ 
	color: #999999; 
	text-decoration: none 
}

/* NÂO USO ---------------------------------------------------- */
a:link.menu1link		
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:visited.menu1link	
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:active.menu1link	
{ 
	color: #1F45B1; 
	text-decoration: none 
}

a:hover.menu1link		
{ 
	color: #999999; 
	text-decoration: none 
}

TD.menu1
{
	font: 7pt verdana, arial, sans-serif;
	border: 1px solid Red;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fb8c00;
	text-align: center;
	color: White;
}

/* ---------------------------------------------------- */

.titulo1     
{ 
	font: 10pt verdana, arial, sans-serif;
	color: #1F45B1; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 1px solid #000000; 
	/*/background-color: #EAC213;*/
	font-weight: bold;
	padding-left: 5px;
}

TD.titulo2
{ 
	font: 8pt verdana, arial, sans-serif;
	color: #1F45B1; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 1px solid #000000; 
	background-color: rgb(254,151,118);
	font-weight: bold;
	padding-left: 5px;
}

.texto1
{
	font: 8pt verdana, arial, sans-serif;
	font-weight: normal;
	/*text-indent: 10;*/ /* só funciona com p*/
	margin: 1 4;
	
	text-align: justify;
	color: #1F45B1;/* #484848;
	/*color: black;*/
	line-height:120%;
}