/** General **/
body {
	/** margin: 0;
	padding: 0; **/
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}
td {
    font-size: 12px;
    color: #333;
}
a:link,
a:hover,
a:active {
	color: #2866af;
	outline: none;
}
a:visited {
	color: #5780ae;
	outline: none;
}
p {
	margin: 12px 0;
}
sup,
td sup {
	font-size: 0.8em;
	_font-size: 1em; /* Underscore hack - only read by WinIE */
	vertical-align: text-top;
	line-height: 1.2;
}
h1,
td h1,
div.page_title h1 {
	margin: 0;
	padding: 0;
	font: bold 20px Arial, Helvetica, sans-serif;
}
h1 sup {
	font-size: 0.4em;
	_font-size: 0.55em; /* Underscore hack - only read by WinIE */
}
h2,
td h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin: 10px 0 15px;
}
h2 sup {
	font-size: 0.55em;
	_font-size: 0.75em; /* Underscore hack - only read by WinIE */
}
h3,
td h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
}
h3 sup {
	font-size: 0.75em;
	_font-size: 0.85em; /* Underscore hack - only read by WinIE */
}
form {
	padding: 0;
	margin: 0;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}
hr {
	background-color: #c6d1de;
	color: #c6d1de;
	border-style: none;
	width: 100%;
	height: 1px;
}
td blockquote {
	margin: 12px 0 12px 40px;
}

/** Schumer **/
div.schumer{display:block}

/** Black background with White text **/
td.schumertableheader{
	background-color: #000000;
	color: #ffffff;
	padding-left:5px;
}
div.schumer table.schumer{
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0;
}	
div.schumer table.schumer td.term{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
	width: 83px;
	vertical-align: top;
	padding: 9px;
	border-spacing:0px;
}
td.termnoborder{
	border-right: 1px solid #ddd;
	background-color: #f6f6f6;
	width: 83px;
	vertical-align: top;
	padding: 9px;
}
td.descnoborder{
	border-right: 1px solid #ddd;
	vertical-align: top;
	padding: 9px;
}
div.schumer table.schumer td.description{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 9px;
}

div.schumer table.schumer b{font-size: 12px}
div.schumer table.schumer span.rate{font-size:18px; font-weight:bold}

div.schumer div.footnote{font-size: 12px; color: #333;}
/** This sets a hanging outdent for the Fees Schumer box **/
div.indent{
    margin-left:14px;
    list-style-position:outside;
} 

/** Section **/
div.section{
	display:block; 
	border: 1px solid #ddd; 
	background-color: #f6f6f6; 
	text-align:center; 
	font-weight:bold;
	font-size: 12px; 
	color: #333;
	padding: 2px 2px 2px
}

/** FAQ's **/
div.faqs{display:block}
div.faqs div{	
	font-size: 12px; 
	color: #333;
}

div.faqs div.section{display:block}

div.faqs div.faq div.question{font-weight:bold}
div.faqs div.faq div.answer{}

/** Rewards **/
div.rewards{display:block}
div.rewards div{
	font-size: 12px; 
	color: #333;
}		

div.rewards div.section{display:block}

div.rewards table.rewards{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 7px 4px 9px;
	border-collapse: collapse;
	text-align: left;
	width:70%
}

div.rewards table.rewards td.header{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
	font-weight:bold;
	padding: 7px 4px 9px;
	border-collapse: collapse;
	text-align: left;
}
div.rewards table.rewards td.condition{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	padding: 7px 4px 9px;
	border-collapse: collapse;
	text-align: left;
}
div.rewards table.rewards td.reward{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 7px 4px 9px;
	border-collapse: collapse;
	text-align: left;
}

div.rewards div.faq div.question{font-weight:bold}
div.rewards div.faq div.answer{}

div.rewards div.footnote{font-size: 12px; color: #333;}

/** Terms **/
div.terms{display:block}

div.terms div{
	font-size: 12px; 
	color: #333;
}

div.terms div.faq div.question{font-weight:bold}
div.terms div.faq div.answer{}
div.terms div.section{display:block}	

div.terms b{font-weight:bold; font-size:12px}

div.terms div.small{font-size:10px}

div.terms li.medium{font-size:12px}

