/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #003366;
}

H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	28px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	22px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	11px;
	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, Verdana, 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, Verdana, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#003366;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.IMGbrd	{
	margin-top: 6px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
	}
	
.genText
{
	font-family: Arial, Sans-Serif; 
	font-size: 12px; 
	color: #003366;
}

.medText
{
	font-family: Arial, Sans-Serif; 
	font-size: 11px; 
	color: #003366;
}

.bigText
{
	font-family: Arial, Sans-Serif;
	font-size: 16px; 
	color: #003366;
}

.18Text
{
	font-family: Arial, Sans-Serif;
	font-size: 18px; 
	color: #003366;
}

.pnText
{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #003366;
}

.smText
{
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #003366;
}

.footer
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #C2D0DC;
}

.label
{
	font-family:Arial, Sans-Serif;
	font-size: 12px;
}

.validerror
{
	font-family: Arial, Sans-Serif;
	color: Red;
	font-size: 11px;
}

.validresult
{
	font-family: Arial, Sans-Serif;
	color: Green;
	font-size: 11px;
}

.link
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
}
