﻿body 
{
	margin: 0px;
	padding: 0px;
}
body, td, th 
{
	color: #191d1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:visited, a:hover, a:active
{
	color: #22baff;
	text-decoration: underline;
}

img
{
	border: 0px;
}

input, select
{
	color: #968b80;
	font-size: 11px;
	border: 0px;
}
hr
{
	color: #f0eee6;
	background-color: #f0eee6;
	border: 0px;
	height: 1px;
	clear: both;
}
ul
{
	list-style-image: url(../images/bullet.gif);
	padding-left: 15px;
	margin: 0px;
}


a.button
{
	color: #000000;
	display: inline-block;
	padding: 2px 26px 2px 6px;
	margin: 4px 0px;
	background-image: url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fec500;
	font-size: 11px;
	text-decoration: none;
}
input.button
{
	color: #000000;
	background-image: url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fec500;
	padding: 0px 15px 0px 0px;
	margin: 4px 0px;
}
input.input
{
	color: #968b80;
	font-size: 11px;
	border: 0px;
	background-color: #f0eee6;
}
input.long, select.long
{
	width: 337px;
}
input.short, select.short
{
	width: 168px;
}

h1, .h1
{
	color: #015cab;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
}
h2, .h2
{
	color: #015cab;
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
.nextSteps
{
	display: block;
	clear: both;
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #bbb59d;
	color: #015cab;
	font-size: 17px;
	line-height: 17px;
}

.bodyCopy
{
	color: #191d1f;
	font-size: 13px;
	line-height: 18px;
}
.bodyBold
{
	font-weight: bold;
}
.bodyItalic
{
	font-style: italic;
}

.quoteCopy
{
	color: #ff7c00;
	font-size: 17px;
	line-height: 25px;
}
.quoteSource
{
	color: #bcb69e;
	font-size: 11px;
}

.calloutHead
{
	color: #ff7c00;
	font-size: 17px;
	line-height: 24px;
}
.calloutCopy
{
	color: #191d1f;
	font-size: 12px;
	line-height: 18px;
}

.adHead
{
	color: #ffffff;
	font-size: 21px;
	line-height: 23px;
}
.adCopy
{
	color: #000000;
	font-size: 11px;
	line-height: 15px;
}
.adCopy a
{
	color: #000000;
	text-decoration: none;
}