body {
	background-color: White;
}
h1 {
	font: normal bold "Times New Roman";
	color: #025134;
}
h2 {
	background-color: #025134;
	font: normal bold "Times New Roman";
	color: White;
	border: medium double Black;
}
h3 {
	font: normal bold "Times New Roman";
}
.standardtable {
	border: 1px solid Black;
	font: normal bold "Times New Roman";
	width: "100%";
	text-align: left;
	vertical-align: top;
}
.standardfont {
	font: normal normal "Times New Roman";
}
