body
{
	background-color: #369;
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 12px;
}

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

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

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

td { font-size: 12px; }

p, ol, ul, dl, li, h1, h2, h3, hr
{
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 15px;
	/* sets left and right margins for content elements */
	margin-right: 10px;
}

a:link.nav, a:visited.nav
{
	font-size: 10px;
	color: #099;
	text-decoration: none;
}

a:hover.nav
{
	font-size: 10px;
	color: #c00;
	text-decoration: none;
}

a:link.legal, a:visited.legal
{
	font-size: 10px;
	color: #99ccff;
	text-decoration: none;
}

a:hover.legal
{
	font-size: 10px;
	color: #c00;
	text-decoration: none;
}

a:link.white, a:visited.white
{
	color: #fff;
	text-decoration: underline;
}

a:hover.white
{
	color: #fff;
	text-decoration: underline;
}

h1, h2
{
	line-height: 1.25em;
	margin-top: 1em;
}

h1
{
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	color: #369;
}

h2
{
	font-family: Verdana, sans-serif;
	font-size: 1.25em;
	color: #1f96ea;
}

hr
{
	color: #999;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 0px;
}

p em, li em
{
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.big
{
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.footer
{
	color: #333;
	font-size: 10px;
	margin-top: 36px;
	text-align: left;
}

.fullspan
{
	margin-left: 0px;
	margin-right: 0px;
}

.ruleabove { margin-top: 0px; }
.small { font-size: 10px; }

.featurebox
{
	margin: 20px;
	padding: 0px;
	border: 1px solid #cce6ff;
	background-color: #cce6ff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #003366;
	margin-left: 35px;
	margin-right: 35px;
}

.quotebox
{
	margin: 20px 15px;
	color: #555;
	line-height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #dddddd;
}

.emailRequired
{
	font-size: 10px;
	color: #FF0000;
}

.contactRequired
{
	font-size: 12px;
	color: #FF0000;
}

.tightList { line-height: 1.1em; }

