body, .NormalText, td, html {
	font-family: Arial, Geneva;
/*	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	line-height: 16px;*/
}

/*Text Styles*/

.header{
	font-family: Arial, Geneva;
	font-size:18px;
	color:#000084;
	font-weight:bold;
}

.footer{
	font-size:12px;
	color:#000084;
	font-weight:bold;
	}
	
.bigtext{
	font-size: 18px;
	font-weight: 500;
}

.blue{
	font-weight:bold;
	color:#000084;
}

.lightblue{
	color:#000084;
	}
	
.bigblue{ /* compare to: <font size="4" color="#000084">*/
	font-size: 17px;
	font-weight:bold;
	color:#000084;
	}