/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{	
	font-family: Verdana, Arial, Helvetica;
	font-size:	16px;
	font-weight: bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	line-height: 20px;
	text-transform:	none;
	color: Black;
	margin-bottom: 10px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica;
	font-size:	16px;
	font-weight: bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	line-height: 35px;
	text-transform:	none;
	color: Black;
	}	
		
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;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color:	blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color:	blue;
	}	
		
A:active	{	
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color:	blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

P	
{
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:	black;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}	
	
.Form
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	color: Black;
	width: 230px;
	height: 40px;
}

.Report
{
	text-decoration:	none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:	white;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}		

.WhiteText	
{
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 10px;
	color:	white;
	line-height: 16px;
	margin-top: 5px
}		

UL	{margin-bottom: 10px;}

UL LI	{	
	list-style-type:	square ;
	text-decoration:	none;
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
	color:	black;
	text-align: left;
	line-height: 20px;
	}	

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;
	}	


