.nav-bg {
	background-image: url(images/nav-rpt-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.base-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	
}


.base-text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0053A0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0053A0;  /* swl was #0053A0; */
	font-weight:bold;
text-decoration: none;
	
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0053A0;
	font-weight:bold;
text-decoration: none;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0053A0;


}
.header-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.copyright a:link, .copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.DropdownMenu A {
display: block; 
width: 160px; border: 1px solid #0053A0; 
padding: 2px 5px; 
border-bottom: none; 
font-weight: normal;

}
.DropdownMenu  {
border-bottom: 1px solid #0053A0;
font-weight: normal;
}
.DropdownMenu A:hover {
background-color:#B9CFE9;
text-decoration:none;
}

#spec {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #B9CFE9;
	border-collapse: collapse;
	background-color: white;
	border-bottom-width:0px;
}
#spec th {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: #B9CFE9;
	background-color: white;
	-moz-border-radius: ;
}
#spec td {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: #B9CFE9;
	background-color: white;
	-moz-border-radius: ;
}

