html, body {
	background: #fff;
	margin:0px;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 75%;
    color: #3f3f3f;
	line-height: 1.4em;
}



table, tr, td, input, select, textarea, ol, ul {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 100%;
	}
	
p {

	margin: 0 5em .5em 0;
}

p.back {
	text-align: right;
	line-height: 1.8em;
	margin: 0 5em 1.2em 0;
}

li {
	line-height: 1.6em;
}

a:link {
	color: #2164AB;
	text-decoration: underline; 
}

a:visited {
	color: #2164AB;
	text-decoration: underline; 
}

a:hover {
	color: #13007C;
	text-decoration: underline; 
}

a img
{
    border: none;
}
div.dropdown_nav {
	position: absolute;
	visibility: hidden;
	margin-top:2em;
	width:150px;
	background:#0099bf;
}

div.dropdown_nav a {
	display:block;
}

h1 {
	color: #49abce;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: .7em;
	margin-top: 0em;
	text-transform: uppercase;
	letter-spacing: .15em; 
}

h2 {
	color: #49abce;
	font-weight: bold;
	font-size: 1.4em;
}

h3 {
	color: #49abce;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .2em;
}

div.sub_nav {

	color: #fff;
	height: 2em;
	font-size: .9em;
	background: #0099bf;
	margin-bottom: 10px;
}

td.sub_nav {

	color: #fff;
	line-height: 2em;
	text-align: left;
	padding: 0px;
	white-space: nowrap;
}

div.sub_nav td a:link, div.sub_nav td a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0em .8em;
}

div.sub_nav td a:hover {
	color: #fff;
	text-decoration: underline;
	margin: 0em .8em;
}

div.botnav_links {

	color: #fff;
	font-size: .9em;
	line-height: 2em;
	text-align: left;
	padding-top: 1em; 
	margin-left:-0.8em;
	text-align: center;
}

div.botnav_links a:link, div.botnav_links a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0em .8em;
}
	
div.botnav_links a:hover {
	color: #fff;
	text-decoration: underline;
	margin: 0em .8em;
}

td.table_white {
	background-color: #ffffff;


}

.note {

	color: #3f3f3f;

	text-align: left;
	line-height: 1.4em;
	margin: 0 5em 1.2em 0;
}


.hidden {
    display: none;
}


/* Application, Contact and Rewards Form styles and apply/prices/regional table styles */

table.option_form {
    margin-bottom: 1em;
}
table.option_form td {
    line-height: 1.2em;
    border-bottom: 1px solid #ccc;
}
div.form {
	background: #fff;
	margin-right:10px;
}

td.formrule {
	border-bottom: 1px #ffffff solid;
	background-color: #eeeeee;
	color: #3f3f3f;
}

td.formrulet {
	border-top: 1px #ffffff solid;
	background-color: #eeeeee;
	color: #3f3f3f;
}

td.form {
	background-color: #eeeeee;

	color: #3f3f3f;

}

td.formhead {
	background-color: #49abce;
	color: #ffffff;


	font-weight: bold;
}
