body {
	background: url(images/6.gif) #000033;
	color: white;
	margin: 0px;
}

body,p,div,span,td,th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

h1,.title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: yellow;
}

.subhead {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.fhlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.head {
	text-align: center;
	height: 64px;
	width: 240px;
	margin-left: 64px;
}

.ruler {
	width: 100%;
	height: 8;
	background: url(images/ruler.png);
	color: white;
	margin-top: 2px;
	margin-bottom: 2px;
}

.menu {
	position: absolute;
	top: 40px;
	right: 20px;
	font-weight: bold;
}

a:link {
	color: yellow;
	background: transparent;
}

a:visited {
	color: #0099ff;
	background: transparent;
}

a:hover {
	color: white;
}

.body {
	margin: 8px;
}

.bordered {
	margin: 8px;
	padding: 4px 8px;
	border: solid 2px #0099ff;
	background: #000044;
}

.footer {
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	border-top: solid 2px #0099ff;
}

