@charset "utf-8";
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: #000000;
	text-align:left;
}
hr {
	color: #000000;
	border-top-color: #000000;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.2em;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
	padding: 18px;
}
.header .sub {
	font-size: .5em;
}
.copyright {
	padding: 8px;
}
.content {
	padding: 10px;
	border-bottom: solid 2px #0033CC;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(image001.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding-top: 150px;
	border-right: solid 2px #0033CC;
	border-bottom: solid 2px #0033CC;
}
.menu li {
	list-style-image: url(images/buttonOff.gif);
	text-decoration:none;
}
.menu li a {
	text-decoration:none;
	color:#000000;
}
.menu li a:hover {
	text-decoration:none;
	color:#0033CC;
}
