/* 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, 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;
	}	
		
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:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}	

.ADDselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #304C72;
	text-decoration: none;

}
.ADDselect:hover {
	color: #478885;
}
.whiteTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.Title1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #889C5E;
	text-decoration: none;
	padding-left:10px;
}
.Title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #57759D;
	text-decoration: none;
	padding-left:10px;
}
.Title3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7F71B1;
	text-decoration: none;
	padding-left:10px;
}
.Title4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #AD6960;
	text-decoration: none;
	padding-left:10px;
}
.Title5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #568B7E;
	text-decoration: none;
	padding-left:10px;
}
.Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}
.Text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}


.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;
}

.redelem {
color: red;
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;
}

.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;
}

.bluetitle { FONT-SIZE: 12pt; COLOR: #104994; FONT-FAMILY: Verdana; }
.titletext { FONT-SIZE: 10pt; COLOR: #104994; text-decoration:underline; FONT-FAMILY: Verdana; }
.blacktitle { FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Verdana; }
.sideadtitle { FONT-SIZE: 10pt; COLOR: #104994; FONT-FAMILY: Verdana; }
.sideadline { FONT-SIZE: 8pt; COLOR: #104994; FONT-FAMILY: Verdana; }
.sideadURL { FONT-SIZE: 9pt; COLOR: #104994; FONT-FAMILY: Verdana; }