BODY.normal {
	background-color : White;
	font : 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : Navy;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : Navy;
}

TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
}
		
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

P {
	font : 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bluehdr {
	font-family : Verdana;
	color : White;
	font-size : 12pt;
	background-color : Navy;
	font-weight : bold;
}

.alert {
	font-family : Verdana;
	color : Red;
	font-size : 12pt;
	font-weight : bold;
}

TD.tbllabel {
	background-color : Silver;
}

TD.tbldata {
	background-color : Silver;
}

TD.bottomBdr
	{
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-color:silver;
	border-style:solid;
	}

.address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : center;
}

.boldTxt
	{
	font-weight:bold;
	}

.warningTxt
	{
	font-weight:bold;
	color:FF0000;
	}

A
	{
	font-weight:bold;
	color:navy;
	}

A:visited
	{
	font-weight:bold;
	color:navy;
	}
	
A:hover
	{
	text-decoration:none;
	}
