/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: #FF8200;
    FONT-FAMILY: verdana, tahoma, helvetica, arial, sans-serif;
    FONT-SIZE: 8pt;
    color: 333333;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #279E1E;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #999999;
}

img.border {border: 1px solid #666666;}

a:link {text-decoration: underline; color: #800000}
a:visited {text-decoration: underline; color: #800000}
a:hover {text-decoration: underline; color: #cc3300}

a.li:link {text-decoration: underline; color: #333333}
a.li:visited {text-decoration: underline; color: #333333}
a.li:hover {text-decoration: underline; color: #333333}

a.nav:link {text-decoration: none; color: #800000; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.nav:visited {text-decoration: none; color: #800000; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}
a.nav:hover {text-decoration: none; color: #cc3300; font-family: tahoma, verdana; font-size: 8pt; font-weight: bold}

a.foot:link {text-decoration: underline; color: #800000; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #800000; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #cc3300; font-family: verdana, tahoma; font-size: 8pt; font-weight: normal}

P
{
	color: 333333;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	FONT-SIZE: 8pt;
	font-weight: normal
}

H1, H2, 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	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;
	}	
		
	
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;
	}	

.8pt
{
	color: 000000;
	font-size: 8pt;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: normal
}

.10pt
{
	color: 000000;
	font-size: 10pt;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: normal
}
p.title
{
	color: 76a408;
	font-size: 10pt;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}