﻿body {
	background-position: top;
	background-color: #ebecef;
	background-repeat: repeat-x;
	
}
h1 {
	font-size: 21pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	font-style: italic;
	color: #012985;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: 17pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #3B5C7B;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #214263;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}

p {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #203141;
	font-weight: normal;
}
a:link {
	color: #476D92;
	text-decoration: none;
}
a:visited {
	color: #477A9F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #3B7A7B;
	width: 90%;
	background: #4E4A53;
	text-align: left;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 900px;
	vertical-align: top;
	margin-left: auto;
}
.cellNav {
	padding: 0;
	vertical-align: top;
	background-color: #D9ECED;
	width: 250px;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 100px;
	text-align: center;
	line-height: 0;
}
.tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #003670;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #B1B1B1;
	height: 50px;
}
.pFooter {
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #F8F7F7;
}
a:link.aFooter{
	color: #B9CFE0;
}
a:visited.aFooter {
	color: #B9CFE0;
	text-decoration: none;
}

a:hover.aFooter {
	text-decoration: underline;
	color: #B9CFE0;
}

/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	padding: 7px;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	background-color: #F8F7F7;
}
.cellContent {
	vertical-align: top;
}
.pLinks {
	text-align: center;
	color: #582B2B;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}