body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	color:#000080;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #000000;
}
.footernote {
	color: #000080;
	background-color: #e5e5e5;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #000000;
}
hr {
	border: 1px dotted #999999;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	height: 15px;
	border: 1px solid #666666;
}
.buttonhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	height: 15px;
	border: 1px solid #666666;
}
.whitebg {
	background-color: #ffffff;
}

.bluebg {
	background-color: #173670;
}
.bluebox {
	border: 1px solid #3f6495;
}
ul {
	list-style-image:  url("/images/layout/list.gif");
	margin:15px;
}


H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color:#000080;
}
H2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	
}
a.navlinkwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #ffffff;
}

a.navlinkwhite:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}
a.navlinkwhite:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #ffffff;
	
}
a.navlinkwhite:visited{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
}
a.navlinkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000080;
}

a.navlinkblue:hover {
	color: #000080;
	font-size: 11px;
	text-decoration: underline;
}
a.navlinkblue:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000080;
	
}
a.navlinkblue:visited{
	margin: 0px;
	padding: 0px;
	color: #000080;
	text-decoration: none;
}


