﻿.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	background-color: #FFFFFF;
	vertical-align: top;
	margin-left: auto;
	position: relative;
}
body {
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #000000;
	background-color: #FFCF8E;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
.cellNav {
	vertical-align: top;
	background-color: #B0946E;
	background-repeat: repeat-x;
	width: 200px;
	text-align: center;
}
.cellHeader {
	height: 150px;
	text-align: left;
	width: 800px;
}
.cellFooter {
	font-family: Verdana, Tahoma;
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #340203;
	color: #FFCB9A;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFCF8E;
	height: 50px;
	width: 800px;
}
a.aFooter {
	color: #DCF0FF;
	text-decoration: none;
}
a:visited.aFooter {
	color: #DCF0FF;
	text-decoration: none;
}

a:hover.aFooter {
	text-decoration: underline;
	color: #C8E1FF;
}
a:link.aFooter{
	color: #FDCA81;
}
.cellContent {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h1 {
	font-size: xx-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	font-style: italic;
	color: #500305;
	margin-bottom: 0;
}
h2 {
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #B66A03;
	margin: 0;
}
p {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #402010;
	text-align: center;
}
.pLinks {
	text-align: center;
	color: #0000FF;
}
a:visited {
	color: #7D1D0A;
	text-decoration: none;
}
a:link {
	color: #800000;
	text-decoration: underline;
}

a:hover {

	text-decoration: underline;

}

hr {
	height: 1px;
	color: #7D1D0A;
	width: 90%;
	background-color: #7D1D0A;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #214263;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}
.tblContent {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
