/* Default CSS Stylesheet for a new Web Application project */


TD,SPAN,P,A,H1,H2,H3,H4,H5,DT,TH,LI, THEAD, TFOOT	{
	COLOR: #000000;
	font-size:	8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;

}

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    background-image:url(/images/nav_bg.gif);
	background-repeat:repeat-y;
}

TD {
	vertical-align: top;
}

TD.small {
	font-size:	7pt;
}

a.home:link {
	COLOR: #3333cc;
	font-weight:	200;
	font-size:	9pt;
	text-align: center;
}
a.home:visited {
	COLOR: #3333cc;
	font-weight:	200;
	font-size:	9pt;
	text-align: center;
}
a.home:active {
	COLOR: #3333cc;
	font-weight:	200;
	font-size:	9pt;
	text-align: center;
}
a.home:hover {
	COLOR: #3333cc;
	font-weight:	200;
	font-size:	9pt;
	text-align: center;
}

H1	{	
	font-size:	12pt;
	font-weight:	700;
	}	
		
H2	{	
	font-size:	11pt;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	11pt;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	8pt;
	font-weight:	700;
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-size:	8pt;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	font-size:	8pt;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-size:	8pt;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-size:	8pt;
	}
	

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;
	}	


