body { 
	margin: 0; 
	padding: 0; 
	background-color: #ffffff;
	color: black; 
	height:100%;
}


.normaltext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.headertext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.subheadtext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:link {	color: #2362a3; text-decoration: none	}
a:visited   {   color: black; text-decoration: none  }
a:hover   {   color: black; text-decoration: underline; font-weight: normal; background-color: none  }

