﻿body {
	background-color: #FFFFFF;
	background-image: url('images/page.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	color: #000033;
}
p {
}
table {
	margin: 0px;
	padding: 0px;
	border: 1px #C0C0C0 solid;
}
th {
	font-size: medium;
	font-weight: bold;
	color: #009999;
	border: 1px solid #C0C0C0;	
	padding: 5px;
	margin: 0px;
	text-align:center;
}
td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #C0C0C0;
}
.CenterBold {
	text-align: center;
	font-weight: bold;
}
ul {
	margin: 0px;
	padding: 4px 40px 4px 25px;
	list-style-position: outside;
}
li {
	padding-bottom: 6px;
	list-style-position: outside;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #009999;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #9966CC;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-size: small;
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
}
a:hover {
	font-size: small;
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
}
#HeaderPane {
	position: relative;
	background-color: #EFF2F5;
	background-image: url('images/topbg.gif');
	height: 90px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#HeaderBox {
	position: relative;
	height: 90px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#HeaderLeft {
	width: 300px;
	top: 0px;
	padding: 5px 0px 5px 0px;
	height: 80px;
	float: left;
	margin: 0px;
	vertical-align: middle;
}
#HeaderCenter {
	top: 0px;
	padding: 15px 0px 15px 0px;
	width: 250px;
	height: 60px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#HeaderRight {
	width: 178px;
	top: 0px;
	padding: 5px 5px 5px 0px;
	height: 80px;
	float: right;
	margin: 0px;
	vertical-align: middle;
}
#MenuPane {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #669966;
	border-top: 1px solid #669966;
	background-color: #DCE9E7;
	bottom: 24px;
	height: 24px;
	vertical-align: middle;
}
.Menu {
	position: relative;
	left: 0px;
	top: 0px;
	bottom: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.Menu a:link {
	text-align: center;
	height: 24px;
	width: 80px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
}
.Menu a:visited {
	text-align: center;
	height: 24px;
	width: 80px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
}
.Menu a:hover {
	text-align: center;
	height: 24px;
	width: 80px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	text-decoration: underline;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
}
#CenterPane {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#LeftPane {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 120px;
	padding: 0px;
}
#ContentPane {
	background-color: #FDFEFF;
	margin-left: 140px;
	margin-right: 140px;
	padding: 15px;
	top: 0px;
	border-bottom: 1px #003366 solid;
	border-left: 1px #003366 solid;
	border-right: 1px #003366 solid;
}
#RightPane {
	position: absolute;
	right: 10px;
	padding: 0px;
	top: 0px;
	width: 120px;
}
#FooterPane {
	left: 0px;
	bottom: auto;
	position: static;
	top: auto;
	right: 100%;
	overflow: visible;
	visibility: visible;
	height: 25px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	clear: both;
}
.Copyright {
	font-size: small;
	color: #000000;
	text-align: center;
}
.Copyright a:link {
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.Copyright a:visited {
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.Copyright a:hover {
	font-size: small;
	font-weight: normal;
	color: #0000CC;
}
.TBlue {
	font-weight: bold;
	color: #003366;
}
.TGreen {
	font-weight: bold;
	color: #009999;
}
.TPurple {
	font-weight: bold;
	color: #9966CC;
}
