body {
	background-color: #727070;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px;
	padding-bottom: 6px;
	margin: 0px;
}

table 
{
	border-collapse: collapse;
	margin: 0px;
}

td 
{
	font-size: 10pt;
	vertical-align: top;
}
.image
{
	padding-left: 10px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img.shadowed {
	position: relative;
	left: -2px;
	top: -2px;
}

div.shadow {
	background-color: #BFBEBF;
}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	color: #727070;
	padding:0px;
	margin-top: 6px;
	margin-bottom: 1px;
}

h4
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: small;
	padding: 0px;
}

a {
	color: #0A3975;
}

a:active, a:hover {
	color: #A07068;
}

a:visited {
	color: #5E0080;
}

.banner
{
	padding: 0 0 0 0;
}

.border 
{
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width: 770px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
}

.errortext
{
	color: Maroon;
}

.footerlink, .footerlink:active, .footerlink:link, .footerlink:visited, .footerlink:hover
{
	color: Silver;
	font-size: 12px;
	text-decoration: none;
}

.navBox {
	vertical-align: middle;
	padding: 4px;
}

.nav {
	background-image: url("../images/nav_background.gif");
}

.navCell {
	text-align: center;
	height: 25px;
	max-height: 25px;
	vertical-align: middle;
}

.navIndicatorCell {
	text-align: center;
	height: 15px;
	max-height: 15px;
	vertical-align: top;
}

a.navLink, a.navLink:visited {
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-decoration:none;	
}

a.navLink:hover, a.navLink:active {
	color: #A3C2C6;
}

a.navLinkSelected, a.navLinkSelected:visited, a.navLinkSelected:active, a.navLinkSelected:hover {
	font-weight: bold;
	font-size: 14px;
	color: silver;
	text-decoration:none;	
}

#contentArea {
	padding: 10px;
	vertical-align: middle;
}