h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000099;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
}
code {
	font-size: 11px;
}
table.top {
	background-color: #FFFFFF;
	margin-bottom: 4px;
	color: #ECE9D8;
}
td.top {
	border-color: #FFCC00;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
}
table.bar {
	background-color: #FFFFFF;
	height: 20px;
}
td.bar {
	background-color: #FFCC00;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	width: 20%;
}
td.barinverted {
	background-color: #000099;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	width: 20%;
}
table.main {
	height: 500px;
	background-image: url(images/logo-image-light-640x480.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10px;
}
td.main {
	vertical-align: top;
}
.title {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: double #FFCC00 medium;
	padding-left: 5px;
}
.cf {
	color: #000099;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:link, a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a.barinverted:link, a.barinverted:visited {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover, a.top:hover, a.bar:hover, a.barinverted:hover, a.barinverted:hover {
	text-decoration: underline;
}
