Body, TD {
	font-family: Verdana,Geneva,Arial;
	font-size: 12px;
}

TABLE{
	border : thin solid #3973AD;
}

TH {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: White;
	text-align: left;
	background-color: #3973AD;
	padding: 4px;
	vertical-align : bottom;
}

TD {
	padding: 4px;
	text-align: center;
	border-bottom : 1px solid Silver;
}


H1 {
	font-size: 16pt;
	margin-top : 0px;
}

H2 {
	font-size: 13pt;
	font-weight: bold;
	color: #3973AD;
	margin-bottom: 0px;
	line-height: 10px;
}


A {
	text-decoration: underline;
	color: black;
}


A:Hover {
	text-decoration: underline;
	color: red;
	font-weight : bold;
}

HR {
	color: #3973AD;
	height: 1pt;
}