body {
	margin: 0px;
	background-color: White;
	font-family: sans-serif;
	font-size: 13px;
	color: Navy;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: sans-serif;
	font-size: 13px;
	color: Navy;
}

td {
	font-family: sans-serif;
	font-size: 13px;
	color: Navy;
}

a img	{
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0067C6;
}

a:hover {
	color: Black;
}

hr {
	border: 0px;
	background-color: Black;
	color: Black;
}

.color1 {
	color: #0067C6;
}

.color2 {
	color: White;
}

.color3 {
	color: Black;
}

.color4 {
	color: #4293DE;
}

.bgcolor1 {
	background-color: #0067C6;
}

.bgcolor2 {
	background-color: White;
}

.bgcolor3 {
	background-color: Black;
}

.bgcolor4 {
	background-color: #4293DE;
}

.hidden {
	background-color: White;
	color: White;
}

.normal-size {
	font-size: 13px;
}

.large1 {
	font-size: 16px;
}

.large2 {
	font-size: 18px;
}

.large3 {
	font-size: 20px;
}

.small1 {
	font-size: 12px;
}

.small2 {
	font-size: 11px;
}

.small3 {
	font-size: 10px;
}

.border {
	border: 2px solid Black;
}

.border-top {
	border-top: 2px solid Black;
}

.border-bottom {
	border-bottom: 2px solid Black;
}

.border-left {
	border-left: 2px solid Black;
}

.border-right {
	border-right: 2px solid Black;
}

.border1 {
	border: 1px solid Black;
}

.border1-top {
	border-top: 1px solid Black;
}

.border1-bottom {
	border-bottom: 1px solid Black;
}

.border1-left {
	border-left: 1px solid Black;
}

.border1-right {
	border-right: 1px solid Black;
}

.banner {
	background-color: #0067C6;
	width: 100%;
}

.menu-bar {
	background-color: #4293DE;
	width: 100%;
}

.error {
	color: Red;
}

.label {
	color: Black;
	font-weight: bold;
	white-space: nowrap;
}

.button {
	background: #0067C6;
	color: White;
	font-weight: bold;
	border: 1px solid Black;
}

.no-wrap {
	white-space: nowrap;
}

.normal {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.center {
	text-align: center;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.i {
	font-style: italic;
}

/* hover-menu - based on http://www.dynamicdrive.com/dynamicindex1/hover.htm */
.hover-menu ul{
	font: bold 13px sans-serif;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.hover-menu ul li{
	list-style: none;
	display: inline;
}

.hover-menu ul li a{
	padding: 1px 0.5em;
	text-decoration: none;
	float: left;
	color: white;
	background-color: #4293DE;
	border: 1px solid #4293DE;
}

.hover-menu ul li a:hover{
	color: white;
	background-color: black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
