﻿.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	vertical-align: top;
	margin-left: auto;
	position: relative;
}
body {
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #202324;
	background-color: #B6C1C9;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
.cellNav {
	vertical-align: top;
	background-repeat: repeat-x;
	width: 200px;
}
.cellHeader {
	height: 200px;
	text-align: left;
	width: 800px;
}
.cellFooter {
	font-family: Verdana, Tahoma;
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #071111;
	height: 50px;
	width: 800px;
}
.cellContent {
	vertical-align: top;
	width: 600px;
}
h1 {
	font-size: xx-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	font-style: italic;
	color: #004080;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #000066;
	margin: 0;
}
p {
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #000000;
	text-align: left;
}
a:link, a:visited {
	color: #00468C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;

}
hr {
	height: 1px;
	color: #0080FF;
	width: 90%;
	background: #071111;
}
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;
	padding: 10px;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}