﻿html, body
{
	background-color: #fff;
	color: #595959;
	padding: 0;
	margin: 0;
}

body, table, textarea, input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

div, table, img { border: none; margin: 0; padding: 0; }

td { vertical-align: top; }

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #00539b;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
   line-height: 120%;
	text-decoration: none;
}
h1	{ font-size: 20px; margin-bottom: 10px; color: #f47929; }
h2	{ font-size: 16px; margin: 15px 0 0 0; }
h3	{ font-size: 14px; margin: 15px 0 0 0; }
h4	{ font-size: 12px; margin: 15px 0 0 0; }
h5	{ font-size: 12px; margin: 15px 0 0 0; }
h6	{ font-size: 12px; margin: 15px 0 0 0; }

hr
{
	border: 0 none;
	border-top: 1px solid #eaeaea;
	color: #fff;
	background-color: #fff;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 5px 0;
}

p
{
	margin: 12px 0 0 0;
	padding: 0;
}

a
{
	color: #f47929;
	font-style: normal;
	text-decoration: none;
}
a:hover { color: #00539b; }

h1 a, h2 a, h3 a
{
	color: #00539b;
}

ul, ol
{
	margin: 10px 0 5px 0;
	padding: 0;
}
ul li, ol li
{
	margin: 5px 0 0 30px;
	padding: 0;
	list-style-position: outside;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }

ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }

dl { margin: 7px 0 0 0; }
dt
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
   margin: 7px 0 0 0;
   padding: 0 0 0 4px;
}
dd { margin: 3px 0 0 4px; }



.alignRight				{ text-align: right !important; }
.alignCenter			{ text-align: center !important; }
.alignLeft				{ text-align: left !important; }
.alignJustify			{ text-align: justify !important; }
.alignTopLeft			{ text-align: left !important;		vertical-align: top !important; }
.alignTopCenter		{ text-align: center !important;		vertical-align: top !important; }
.alignTopRight			{ text-align: right !important;		vertical-align: top !important; }
.alignMiddleLeft		{ text-align: left !important;		vertical-align: middle !important; }
.alignMiddleCenter	{ text-align: center !important;		vertical-align: middle !important; }
.alignMiddleRight		{ text-align: right !important;		vertical-align: middle !important; }
.alignBottomLeft		{ text-align: left !important;		vertical-align: bottom !important; }
.alignBottomCenter	{ text-align: center !important;		vertical-align: bottom !important; }
.alignBottomRight		{ text-align: right !important;		vertical-align: bottom !important; }
	

.leadingNone				{ margin-top: 0 !important; margin-bottom: 0 !important; }
.leadingNoneBefore		{ margin-top: 0 !important; }
.leadingNoneAfter			{ margin-bottom: 0 !important; }
.leadingIncreaseBefore	{ margin-top: 25px !important; }
.leadingIncreaseAfter	{ margin-bottom: 25px !important; }
.borderNone					{ border: none !important; }

div.separator
{
	height: 1px;
	line-height: 1px;
	clear: both;
	overflow: hidden;
}


p.quote
{
	margin-top: 20px;
	font-size: 16px;
	color: #f47929;
}
p.source
{
	margin-top: 10px;
	font-size: 11px;
	color: #595959;
}
p.returnLink
{
	margin-top: 20px;
}

/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cph div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border-style: dashed;
	border-color: #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
div.cph a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
