html { height: 100%; margin-bottom: 1px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #F5B717;
}
.footer {
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
}
.yellow {
	color: #F5B717;
}
.subhead {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bolder;
}
.gray {
	color: #666666;
