#headertable TABLE {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
#maintable TABLE {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
#footertable TABLE {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#FFFFFF;
}

#headertable, #sidenavtable {
	display: none;
}

BODY, TABLE, TD, P, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helv, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
}
p {
	line-height: normal; 
	margin: 0px 0px 15px 0px;
}
.copy {
	font-family: Arial, Helv, sans-serif;
	font-size: 11px;
}
.smallprint {
	font-family: Arial, Helv, sans-serif;
	font-size: 10px;
}
.indented {
	padding-left: 20px;
	line-height: 20px;
}
.reversed {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.nav, A.nav {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
A.nav:hover {
	color: #CCCCCC;
}

H1, .headline {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
H2, .subheader {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003366;
	text-transform: uppercase;
	background-color: #CCCCCC;
	padding: 5px;
}
H3, .bolded {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
}
H4, .title {
	font: normal 16px Impact, "Arial Black", FujiyamaBlack, Arial;
	color: #003366;
}
UL {
	list-style: square;
	margin-left: 15px;
}
td.navbarbgcolor {
	visibility: hidden;
	width: 10px;
}
.sidebarback {
	background: url(/images/back_sidebar.jpg) repeat-y;
}
.specsbarback {
	background: url(/images/specs-back.gif) repeat-y;
}
.specsbgcolor {
	background-color: #C4CCE3; 
}
TABLE.bottombar TD {
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px #000000;
}
.altback {
	background: #E9EFFD;
}
.border {
	border: 1px solid #000000;
}
INPUT.button { 
	background-color: #182A58;
	font-weight: bold;
	color: #FFFFFF;
}