html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	border-top: 6px #991034 solid;
	background: #7b725e url(../images/bg_page.gif) repeat-y center;
	color: #5d5b5d;
	text-align: center;
}
body, table, td, div {
	line-height:normal;
	font:9pt tahoma, verdana, Arial, Helvetica, sans-serif;
}
	
a:link, a:visited {	
	color:#00C;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#00C;
	text-decoration: none;
	}
	
a img { border: none; }
	
h1 {
	color: #900026;		
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 10px;
}
h2 {
	color: #900026;		
	font-size: 10.5pt;
	margin-bottom: 2px;
	padding: 0 10px;
}
h3 {
	color: #900026;		
	font-size: 9pt;
	margin-bottom: 7px;
	padding: 0 10px;
}
h4 {
	font-size: 8pt;
	padding: 0 10px;
}
strong {
	font-size: 9pt;
	display: inline;
}

p {
	line-height: 13pt;
	padding: 10px 10px 10px 10px;
}
ul, ol { 
    margin: 15px 0 15px 18px;
	}
ul li {
	list-style-image: url(../images/bullet_main.gif);
    margin-bottom: 5px;
}
hr  {
	background: #d7d4ce;
  	border: 0;
  	color: #d7d4ce;
  	height: 1px;
	margin: 15px 0 20px 0;
	}
	
.ratestable {
	width: 570px;
	border: 1px solid #5D5B5D;
	margin: 1em 0 1em 10px;
}

.disclaimTable {
	border: 1px solid #5D5B5D;
	width:240px;
}

table {	font-size: 100%; /* IE inheritance fix */ }


.tableheader {
	font-weight: bold;
	color: #7b725e;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #5D5B5D;
	}
	
th {
	background-color:#65001b;
	color:#FFF;
	padding: 3px;
}
	
.tablecontent1 {
	background-color:#fff;
	padding: 3px;
}
	
.tablecontent2 {
	background-color:#efefef;
	padding: 3px;
}

sup {
	font-size: 80%;
}

.faqQ, .faqA { 
	font-size: 14pt;
	font-family: 'Trebuchet MS';
	}

.faqQ { color:#981034; }
.faqA { color:#65001b; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	font-weight: bold;
	line-height: 20pt;
	font-size: 8pt;
	}
.special2 {
	color: #900026;
	}
.special1 {
	font-size: 7pt;
	padding-right: 70px;
	}

.disclaimer {
	font-style:italic;
	color:#666;
	padding-bottom: 5px;
}
	
.required {
	color:#900;
}
	
.appfield1 {
	border:1px solid #666;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #666;
	background-color:#efefef;
}
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */
/* 

display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text

 */

/* rule to show div borders
div {
	border: 1px solid #090;
	} */

.clearfloat {
	clear: both;
	height: 1px;
	}

.page {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}
    
dl {
    padding: 0 10px 20px 10px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom:5px;
}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Masthead  :::::: */
.mast {
	width: 830px;
	margin: 0 auto;
	}
.mastL {
	float: left;
	width: 282px;
	}
.mastL img {
	position: relative;
	top: 15px;
	}
.mastR {
	color: #767573;
	float: right;
	width: 480px;
	text-align: right;
	position: relative;
	top: 23px;
	line-height: 14pt;
	}
.mastR a:link, .mastR a:visited {	
	text-decoration: none;
	color: #767573;
	}
.mastR a:hover, .mastR a:active {
	text-decoration: underline;
	color: #991034;
	}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Login/PromoMain  :::::: */	
.loginPromoWrap {
	width: 882px;
	height: 230px;
	margin: 0 auto;
	margin-top: 27px;
	}
/* :::::::::::::::::::::::  OB  ::::::::::::::::::::::: */
.loginWrap {
	background: #7b725e;
	width: 252px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 1px;
	}
.loginCap {
	position: absolute;
	top: 0;
	left: 0;
	}
.loginOB {
	text-align: left;
	line-height: 13px;
	margin: 0;
	padding: 20px 0 0 29px;
	}
.ttlOB {
	height: 17px;
	}
.ttlOB img {
	vertical-align: middle;
	}
.loginOB form {
	width: 190px;
	margin: 5px 0 0 0;
	color: #FFF;
	font-size: 8pt;
	font-family: tahoma;
	text-align: left;
	}
.userField {
	color: #65001b;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0;
	height: 24px;
	width: 190px;
	margin: 0;
	padding: 0 0 0 2px;
	border: none;
	}
	
.formSpace {
	margin: 10px 0 0 0;
	font-size: 8pt;
	}
.passField {
	color: #65001b;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
	height: 24px;
	width: 116px;
	margin: 0;
	padding: 0 0 0 2px;
	border: none;
	vertical-align: middle;
	}
.passLink {
	color: #FFF;
	font-size: 7.5pt;
	font-weight: normal;
	padding: 10px 0 18px 0;
	}
.passLink a:link, .passLink a:visited {	
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	display: inline;
	}
.passLink a:hover, .passLink a:active {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinks {
	color: #FFF;
	width: 195px;
	font-size: 7.5pt;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 70px;
	}
.obLinks a:link, .obLinks a:visited {	
	text-decoration: none;
	color: #FFF;
	font-size: 7.5pt;
	padding-left: 1px;
	}
.obLinks a:hover, .obLinks a:active {
	text-decoration: underline;
	color: #FFF;
	font-size: 7.5pt;
	}
.btnOb {
	width: 66px;
	height: 24px;
	display: inline;
	vertical-align: middle;
	position: relative;
	left: 9px;
	}
	
#alertsContainer {
    position:absolute;
    left: 1px;
	top: 35px;
    width: 250px;
    display: none;
    z-index: 1000;
}
.alertsContent {
    color: #ffffff;
    text-align: left;
    background-color: #900026;
    border: 1px solid #65100B;
    padding: 5px;
	display:block;
}

* html .alertsContent {
	zoom: 1;
}


/* :::::::::::::::::::::::  BB  ::::::::::::::::::::::: */
.loginBB {
	background: #a09783;
	}
.ttlBB {
	display: inline;
	margin-left:-1px;
	}
.btnBB {
	margin-left: 15px;
	display: inline;
	position: relative;
	top: 15px;
	}
.BBLink {
	color: #FFF;
	font-family: tahoma;
	font-size: 7.5pt;
	font-weight: normal;
	text-align: center;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 20px;
	}
* html .BBLink {
	padding-bottom: 16px;
	}
*:first-child+html .BBLink {
	padding-bottom: 16px;
	}
.BBLink a:link, .BBLink a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	padding-left: 1px;
	}
.BBLink a:hover, .BBLink a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	}
	
/* :::::::::::::::::::::::  PromoMain  ::::::::::::::::::::::: */
.promoMain_home {
	width: 629px;
    height: 230px;
	float: right;
	display: inline;
    overflow:hidden;
}

.promoMain_back {
	width: 629px;
	float: right;
	display: inline;
}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Nav  :::::: */
.nav {
	width: 882px;
	height: 43px;
	position: relative;
	margin-left:37px;
	}

*:first-child+html .nav {
	width: 882px;
	height: 43px;
	position: relative;
	margin-left:-3px;
}

*html .nav {
	width: 882px;
	height: 43px;
	position: relative;
	margin-left:-3px;
}

.nav ul {
	display: block;
	}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
.nav li {
	margin: 0;
	padding: 0;
	}
.nav li img {
	padding:0;
	margin-right:-4px;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Content  :::::: */
.content {
	width: 865px;
	padding: 22px 0;
	margin: 0 auto;
	}

/* :::::::::::::::::::::::  ContentL  ::::::::::::::::::::::: */
.contentL {
	background: #e3dfd4;
	float: left;
	width: 236px;
	display: inline;
	text-align: left;
	border-top: 4px #65001b solid;
	padding-bottom: 10px;
	}
.topOffer {
	color: #a09783;
	font-size: 11pt;
	font-weight: bold;
	display: block;
	padding: 12px 0 10px 5px;
	border-bottom: 1px #cec9bc solid;
	}
.topOffer h2 {
	font-size: 13.5pt;
	color: #7b725e;
	}
.topRate {
	display: inline;
	font-size: 22pt;
	color: #65001b;
	font-weight: bold;
	margin-left: 5px;
	}
	
.otherOffers {
	color: #65001b;
	padding-top: 10px;
	}
.otherOffers strong {
	color: #7b725e;
	margin: 0 0 0 35px;
	}
.otherOffers ul, .otherOffers li {
	margin: 0;
	padding: 10px 0 25px 45px;
	}
.otherOffers li {
	margin: 0 0 7px 0;
	padding: 0;
	list-style-image: url(../images/bullet_offers.gif);
	}
.otherOffers a:link, .otherOffers a:visited {	
	text-decoration: none;
	color: #65001b;
	font-weight: normal;
	padding-left: 1px;
	}
.otherOffers a:hover, .otherOffers a:active {
	text-decoration: underline;
	color: #65001b;
	font-weight: normal;
	}

/* :::::::::::::::::::::::  ContentR  ::::::::::::::::::::::: */
.contentR {
	float: right;
	width: 605px;
	display: inline;
	text-align: left;
	position: relative;
	}

.promoSmall {
	width: 277px;
	float: left;
	display: inline;
	line-height: 14pt;
	margin-right: 25px;
	position: relative;
	}
* html .promoSmall {
	width: 260px;
	margin: 0;
}
.promoSmall#right {
	margin-right: 0;
	padding-left: 25px;
	border-left: 1px #d7d4ce solid;
	}
* html .promoSmall#right {
	width: 260px;
	padding-left: 0px;
}
.promoSmall h2 {
	color: #991034;
	display: block;
	padding: 18px 0 2px 0;
	font-size: 10.5pt;
	}
.promoSmallBtn {
	width: 277px;
	height: 18px;
	text-align: right;
	right: 0;
	bottom: 0;
	}
	
.promoSmallBtn2 {
	width: 227px;
	height: 18px;
	margin-top:5px;
	text-align: right;
	right: 0;
	bottom: 0;
	}	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.foot {
	width: 880px;
	height: 40px;
	color: #FFF;
	background-color: #a09783;
	margin: 0 auto;
	}
.footL {
	float: left;
	width: 400px;
	color: #FFF;
	display: inline;
	text-align: left;
	margin: 13px 0 0 25px;
	}
.footL a:link, .footL a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	padding-left: 1px;
	}
.footL a:hover, .footL a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	}
.footR {
	text-align: right;
	float: right;
	width: 340px;
	display: inline;
    padding-right: 20px;
	}
.footR img {
	vertical-align: middle;
	margin-left: 18px;
    margin-top: 10px;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  DHTML  :::::: */
.DHTMLWrap {
	text-align: left;
	margin: 0 auto;
	font-size: 8pt;
	}
.DHTML {
	width: 236px;
	text-align: left;
	margin: 0 auto;
	border-right: 1px #65001b solid;
	float:left;
	}
.DHTMLWrap h2 {
	color: #65001b;
	font-size: 10.5pt;
	padding: 10px 0 10px 15px; 
	}
.DHTML ul {
	}
.DHTML ul li {
	font-size: 8pt;
	display: block;
	}
.DHTML li a:link, .DHTML li a:visited {	
	background: #900026 url(../images/bullet_dhtml_off.gif) no-repeat left; 
	text-decoration: none;
	list-style-image: none;
	color: #FFF;
	font-size: 8pt;
	font-weight: normal;
	display: block;
	padding: 7px 0 7px 45px;
	}
.DHTML li a:hover, .DHTML li a:active {
	background: #65001b url(../images/bullet_dhtml_on.gif) no-repeat left; 
	text-decoration: none;
	list-style-image: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	font-size: 8pt;
	padding: 7px 0 7px 45px;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Back  :::::: */
.loginPromoWrapBack {
	width: 882px;
	height: 147px;
	margin: 0 auto;
	margin-top: 27px;
	}

/* :::::::::::::::::::::::  OBback  ::::::::::::::::::::::: */
.loginOBback {
	height: 63px;
	text-align: left;
	line-height: 13px;
	margin: 20px 0 0 0;
	padding: 0 0 0 29px;
	}
* html .loginOBback {
	height: 67px;
	}
*:first-child+html .loginOBback {
	height: 67px;
	}
.btnObBack {
	width: 66px;
	height: 24px;
	position: absolute;
	top: 32px;
	left: 155px;
	}
.obLinksBack {
	color: #FFF;
	width: 195px;
	font-size: 7.5pt;
	text-align: center;
	position: absolute;
	top: 63px;
	left: 80px;
	}
.obLinksBack a:link, .obLinksBack a:visited {	
	text-decoration: none;
	color: #FFF;
	font-size: 7.5pt;
	padding-left: 1px;
	}
.obLinksBack a:hover, .obLinksBack a:active {
	text-decoration: underline;
	color: #FFF;
	font-size: 7.5pt;
	}
.demoLinks {
	color: #FFF;
	font-size: 7.5pt;
	font-weight: normal;
	padding: 5px 0 18px 0;
	}
.demoLinks img {
	vertical-align: middle;
	margin-right: 15px;
	}
.demoLinks a:link, .demoLinks a:visited {	
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	display: inline;
	}
.demoLinks a:hover, .demoLinks a:active {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
	font-size: 7.5pt;
	}
	
/* :::::::::::::::::::::::  InThisSection  ::::::::::::::::::::::: */
.inThisSectionWrap {
	text-align: left;
	margin: 0 auto;
	font-size: 8pt;
	}
.inThisSection {
	width: 236px;
	text-align: left;
	margin: 0 auto;
	}
.inThisSectionWrap h2 {
	color: #65001b;
	font-size: 10.5pt;
	padding: 10px 0 10px 15px; 
	}
.inThisSection ul {
    margin:0;
	}
.inThisSection ul li {
	font-size: 8pt;
	display: block;
	border-top: 1px #cec9bc solid;
    margin-bottom: 0;
	}
.inThisSection li a:link, .inThisSection li a:visited {	
	background: url(../images/bullet.gif) no-repeat left; 
	text-decoration: none;
	list-style-image: none;
	color: #7b725e;
	font-size: 8pt;
	font-weight: normal;
	display: block;
	padding: 7px 0 7px 45px;
	zoom: 1;
	}
.inThisSection li a:hover, .inThisSection li a:active {
	background: #FFF url(../images/bullet_on.gif) no-repeat left; 
	text-decoration: none;
	list-style-image: none;
	color: #65001b;
	font-weight: bold;
	display: block;
	font-size: 8pt;
	padding: 7px 0 7px 45px;
	zoom: 1;
	}
.inThisSection a#on {
	background: #FFF url(../images/bullet_on.gif) no-repeat left; 
	text-decoration: none;
	list-style-image: none;
	color: #65001b;
	font-weight: bold;
	display: block;
	font-size: 8pt;
	padding: 7px 0 7px 45px;
	}
.inThisSection li a.childPage, .inThisSection li a.childPage#on {
	background-image: none;
	padding-left: 55px;
}
	
/* :::::::::::::::::::::::  ContentBack  ::::::::::::::::::::::: */
.contentBack {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
	}
	
.contentBack ul, ol { 
    margin: 10px 0 10px 18px;
}
	
.contentBack ul li {
	margin-left:15px;
}	

.btnContent {
	margin: 17px 0 5px 0;
	}
	
.comparisonLink {
	width: 342px;
	height: 50px;
	text-align: right;
	color: #991034;
	position: absolute;
	font-size: 8pt;
	top: 0;
	right: 0;
	}
.comparisonLink img {
	margin-right: 6px;
	vertical-align: bottom;
	}
.comparisonLink a:link, .comparisonLink a:visited {	
	color: #991034;
	text-decoration: underline;
	}
.comparisonLink a:hover, .comparisonLink a:active {
	color: #991034;
	text-decoration: none;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  PopupChart  :::::: */
.popChartWrap {
	width: 650px;
	background: #FFF;
	text-align: center;
    position: absolute;
    z-index:1000;
    border: 2px solid #A09783;
    display: none;
	}
.popChart {
	margin: 0 auto;
	width: 585px;
	padding: 20px 0 40px 0;
	position: relative;
	}
.closeWindow {
	position: absolute;
	top: 13px;
	right: 0;
	}
.popChart h2 {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 0;
	}
.popChart h3 {
	padding-left: 0;
	margin-bottom: -6px;
	}
.popChart table {
    border-collapse: collapse;
	width: 585px;
	}
.popChart th {
	background-color:#a09783;
	color:#FFF;
	padding: 7px 5px 7px 10px;
	border: none;
	text-align: left;
	}
.popChart td {
    background: #E3DFD4;
	border: 1px #d3cec4 solid;
	text-align: left;
	padding: 7px;
	line-height: 13pt;
	}
td.account {
    white-space: nowrap;
}
.popchart table tr td span {
	font-size: 7pt;
	}
td.description .special1 {
	font-size: 7pt;
	line-height: 10pt;
	padding: 0;
	}
td.price {
	text-align: center;
	}
	
.boxed {
    border: 1px solid #A09783;
    padding:5px;
}
.floatRight {
    float: right;
    margin: 5px 0 5px 5px;
}

.alertHeader {
	font: bolder oblique 18pt Helvetica, sans-serif;
	text-align: center;
}
    
#ex_dis{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	position: absolute;
	border: 1px solid #900026;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:139px;
	left:193px;
	FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=CCCCCC,offX=7,offY=8,positive=true);
}