BODY, TD {
	background: rgb(219, 237, 255);
	color: black;
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 13pt;
	font-style: italic;
	font-family: Georgia;
	font-weight: normal;
}

H4 {
	font-size: 23pt;
	font-style: normal;
	font-weight: bold;
	font-family: "Book Antiqua";
}

A:Link {
	color: blue;
	font: bold;
	font-size: 15px;
	text-decoration: none;
}

A:Visited {
	color: Maroon;
	font: bold;
	font-size: 15px;
	text-decoration: none;
}

A:Hover {
	color: Navy;
	font: bold;
	font-size: 15px;
	text-decoration: none;
}

HR {
	height: 1pt;
}

