html, body {
height: 101%;
}
BODY {
	color: Black;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

TD {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

A {
	color: #057EC2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A:HOVER {
	color: #DF5826;
}

.TITLE {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.SUBTITLE {
	color: #595757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}