BODY {
	background: white;
	color : Black;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
TABLE {
	width: 95%;
	padding: 4;
}
TH {
	background-color: #44008A;
	color: White;
	vertical-align: middle;
	text-align: center;
}
TD {
	background: white;
	color : Black;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

H1 {
	font-size: 16pt;
	line-height: 18pt;
	background: #44008A;
	color: White;
	text-align: center;
}

H2 {
	font-size: 14pt;
	background: #44008A;
	color: White;
	text-align: center;
}

H3 {
	color : #44008A;
	font-size: 13pt;
}

H4 {
	font-size: 11pt;
	}

A {
	cursor: hand;
	color: #44008A;
	text-decoration: underline;
}

A:Hover {
	color: white;
	background-color: #44008A;
}

HR {
	background-color: #44008A;
	color: white;
	height: 1pt;
}

