body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #151A46;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
sup {
line-height: 0;
vertical-align: text-top;
}
a{
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #D4151B;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	background-color: #D4151B;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A6FB2;
}
.copyright a{
	color: #0A6FB2;	
}
.copyright a:hover{
	color: #0A6FB2;
	background-color: #151A46;
	text-decoration: underline;
}
.hrule {
	background-color: #0A6FB2;
	height: 1px;
	width: 100%;
}
.bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 101%;
}
.grayswatch {
	background-color: #7B7780;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.lblueswatch {
	background-color: #0A6FB2;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.dblueswatch {
	background-color: #0B2364;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.blackswatch {
	background-color: #000000;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.yellowswatch {
	background-color: #FFD373;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.lredswatch {
	background-color: #D4151B;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.redswatch {
	background-color: #95161E;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
.greenswatch {
	background-color: #214746;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
}
#Layer1 {
	position:relative;
	z-index:1;
	background-image: url(../images/hull_lred.jpg);
	background-position: left bottom;
	height: 182px;
	width: 241px;
}.image {
	border: 2px solid #D4151B;
	margin: 4px;
}
.content {
	line-height: 20px;
}
.tab { 
	width: 78px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: #D4151B;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 12px;
	cursor: pointer;
	}
.tabfocus { 
	background-color: #D4151B;
	}
.tabcontent { 
	width: 460px;
	border-style: solid;
	border-color: #D4151B;
	border-width: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	}
.form {
	border: 2px solid #D4151B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.activePage {
	color: #FFFFFF; background-color: #D4151B; font-weight: bold;
}