/* Default CSS Stylesheet for a new Web Application project */

BODY	{	
	font-family: Verdana;
	font-size:	10pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

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;
	font-size:	16;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	font-size:	14;
	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;
	}	
	
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;
	}

.topbar {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}

.topfloat {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
float: left;
}

.adheader {
color: black;
font-family: Verdana;
font-size: 9pt;
}


.bodytext {
color: black;
font-family: Verdana;
font-size: 10pt;
}

.bodybold {
color: black;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
}

.whitetext {
color: white;
font-family: Verdana;
font-size: 10pt;
text-decoration: none;
}

.whitesmall {
color: white;
font-family: Verdana;
font-size: 8pt;
}

.adbody {
color: black;
font-family: Verdana;
font-size: 8pt;
}

.listelem {
color: black;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}

.menuelem {
color: blue;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}

.bluebody {
color: #104994;
font-family: Verdana;
font-size: 10pt;
}

.bluesmall {
color: #104994;
font-family: Verdana;
font-size: 7pt;
}

.footersmall {
color: white;
font-family: Verdana;
font-size: 7pt;
}

.navsmall {
color: #000000;
font-family: Verdana;
font-size: 7pt;
text-decoration: none;
}

.navbold {
color: #000000;
font-family: Verdana;
font-size: 7pt;
text-decoration: none;
font-weight: bold;
}

.microline {
color: #104994;
font-family: Verdana;
font-size: 2pt;
}

.title {
color: #FFFFFF;
font-family: Verdana;
font-size: 15pt;
}

.strap {
color: #84B6F7;
font-family: Verdana;
font-size: 13pt;
}

.strapline {
color: #000000;
font-family: Helvetica;
font-size: 11pt;
font-weight: bold;
text-decoration: none;
}

.whitetitle {
color: #FFFFFF;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}