/* **************************** basic styles for older browsers ************************* */
BODY {
	margin: 0px;
	color: #000066;
	margin-top: 8px;
	background-color: #ffffff;
}
html>body {
    font-size:    small;
    /* be nice to Opera */
}
HR {
	clear: both;
	border-top: 1px dashed #C6C9DB;
	border-bottom: none;
	height: 0px;
	margin: 0px 12px 0px 10px;
	color: #ffffff;
	align: center;
	margin-bottom: 2px; 
}
#page {
  	width:752px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height:1.2;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/* ************************* header styles ******************* */

#search {
	padding-top: 3px;
}

#globallinks{
	color: red;
	font-size: 11px;
	margin-bottom: 2px;
}

#globallinks A{
	color: #000066;
	font-family: arial;
	text-decoration: none;
}

.bs_logo {
	padding-right:12px;
}

/* ************************* breadcrumbs ******************* */

#breadcrumb {
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
}

.bcfadeleft{
	float: left;
	display: none;
}

#breadcrumbLocation {
	float: left;
	padding: 5px;
	padding-left: 7px;
	font-size: 11px;
}

#breadcrumbLocation A, #breadcrumbLocation A:link, #breadcrumbLocation A:active, #breadcrumbLocation A:visited {
	color: #000066;
}

.bcfaderight{
	float: right;
	display: none;
	margin-left: 0px;
}

.breadcrumbtext {
	color: red;
}
/* misc */
a.skip
{
font-size: 1px !important;
color: #ffffff !important;
width:1px !important;
position:absolute;
text-indent:-20000px;
}
.hideMe {
	display: none;
}
div.hidden{
	border : none;
	width : 1px;
	float : left;	
}
.hidden a,.hidden a:visited,.hidden a:link{
	color : #ffffff;
	font-size : 0px;/*not<2*/
	line-height : 0px;/*not<2*/
	text-decoration : none;
}
div.navigation{
	width : 120%;/*NS4 reset in import*/
}
.mainContent{/* reset in import, this is NS4 */
	float : left;
	width : 85%;
	border : 1px none black;
}
FORM {
	margin-bottom: 0px;
}
.hiddenLabel {
	display: none;
}
/* -------------------   status Indicator ------------------------- */

/* RATE TABLE STYLES */

H2.rates {
		font-size: 130%;
		font-weight: bold;
		margin-top: 5px;
		margin-left: 2px;
		width:  100%;
		color: #CCCCCC;
}
#rates TABLE {
	border: 1px solid #CCCCCC;
	color: #000066;
}
#rates TH {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	color: #000066;
	text-align: right;
}
#rates TH.text {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	color: #000066;
	text-align: left;
}
#rates TD {
	text-align: right;
}
#rates TD.text {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
#rates TD.textbottom {
	text-align: left;
}
#rates TD.text  A{
	font-weight: bold;
	color: #000066;
}
#rates TD.textbottom  A{
	font-weight: bold;
	color: #000066;
}
#rates TD.borderbottom {
	border-bottom: 1px solid #CCCCCC;
}
/* Do not modify or delete below here for any reason */
#atlas {
		display: none;
}


