BODY, TD, H1, P {
	font-family: Verdana, Arial;
	font-size: 8pt;
	line-height: 13pt;
}

P {
	margin-left: 10px;
	margin-right: 10px;
}

A {
	text-decoration: none;
	color: Blue;
}

A:hover {
	color: DarkRed;
	text-decoration: underline;
}

H1 {
	font-size: 16pt;
	color: DarkRed;
}

H2 {
	font-size: 10pt;
	color: Black;
}

TD.row1 {
	font-size: 8pt;
	background: rgb(255,255,255);
	padding-top: 5px;
	padding-bottom: 5px;
}
TD.row2 {
	font-size: 8pt;
	background: rgb(237,237,237);
	padding-top: 5px;
	padding-bottom: 5px;
}
TH {
	border-bottom: solid 1px Black;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

