/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Arial;
	color: White;
	letter-spacing: normal;
	background-color: #1F78BF;
	margin-top: 0;
    margin-left: 0;
    SCROLLBAR-FACE-COLOR: FCC418	; 
	SCROLLBAR-HIGHLIGHT-COLOR: 07386E; 
	SCROLLBAR-SHADOW-COLOR: 07386E; 
	SCROLLBAR-3DLIGHT-COLOR: 1F78BF; 
	SCROLLBAR-ARROW-COLOR: 1F78BF; 
	SCROLLBAR-TRACK-COLOR: 1F78BF
}
}


H1,  H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2
{
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: italic;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: bold;
	font-size: 13pt;
	word-spacing: normal;
	text-transform: none;
	color: #FFCE12;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	13pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
TABLE
{
	width:510;
	}		
TFOOT, THEAD
{
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Arial;
	letter-spacing: normal;
}	
		
TH
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Tahoma, Arial;
	letter-spacing: normal;
}	


A:link { text-decoration: none; color: white; font-weight: bold; }
	A:visited { text-decoration: none; color: white; font-weight: bold; }
	A:active { text-decoration: none; color: white; font-weight: bold; }
	A:hover { text-decoration: none; color: #FFCE12; font-weight: bold; }
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TD
{
	font-size: 9pt;
	font-family: Tahoma, Arial;
}

.data {behavior:url(data.htc)}

.AlinhadoDireita
{
	text-align: right;
}

