body {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Arial", sans-serif;
	background-image: url("images/bodyBackground.gif");
	}
	
.topHeaderTable {
	height: 70px;
	font-size: 8pt;
	}
	
.primaryNavigation {
	margin: 0px 0px 7px 0px;
	font-size: 7pt;
	color: #82746A;
	}
	
.systemNavigation {
	margin: 3px 10px px 0px;
    }
 
.headerSpacer {
	height: 40px;
	}
	
.contentArea {
	margin: 10px 10px 10px 10px;
	}
	
.contentArea img{
	border-color: #756B53;
	border-style: dashed;
	border-width: 1px;
	}
	
.pageTitle {
	z-index: 2;
	position: absolute;
	top: 79px;
	left: 93px;
	}
	
h1 {
	font-size: 14pt;
	color: #756B53;
	margin: 0px 0px 0px 0px;
	}
	
h2	{
	font-size: 12pt;
	color: #3A505E;
	}
	
.content {
	font-size: 8pt;
	}
	
.leftNav {
	font-size: 10pt;
	font-weight: bold;
	}
	
.leftNavDiv {
	margin: 10px 0px 0px 40px;
	}
	
.primaryNavigation a {
	color: #82746A;
	}
	
.systemNavigation a {
	color: #82746A;
	}
	
.leftNav a {
	color: #82746A;
	text-decoration: none;
	}
	
.leftNav a:hover {
	text-decoration: underline;
	}