body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

#mainContainer {
	width: 800px;
	height: 549px;
	position: relative;
}

#navContainer {
	width: 148px;
	height: 337px;
	position: absolute;
	top: 198px;
	left: 25px;
	line-height: 15px;
}

#navContainer a {
	display: block;
	font-size: 10pt;
	text-decoration: none;
	width: 100%;
	height: 20px;
	text-align: right;
	background: transparent url(../../images/button_bg.gif) 0 0 no-repeat fixed;
	padding-top: 2px;
	padding-right: 20px;
	margin-left: 2px;
	color: black;
}

#navContainer a:hover {
	font-weight: bold;
	background: transparent url(../../images/button_bg.gif) 0 0 no-repeat fixed;
}

#contentContainer {
	width: 475px;
	height: 353px;
	position: absolute;
	top: 141px;
	left: 291px;
	font-size: 10pt;
	font-family: Arial;
	color: black;
	overflow: auto;
	padding: 10px;
}

#headerShadow {
	z-index:9;
	width: 345px;
	height: 57px;
	position: absolute;
	top: 73px;
	left: 408px;
	color: black;
	font-weight: bold;
	font-size: 25pt;
	text-align: right;
	font-family: Arial;
	text-transform: uppercase;
}

#headerContainer {
	z-index: 10;
	width: 345px;
	height: 57px;
	position: absolute;
	top: 70px;
	left: 405px;
	color: white;
	font-weight: bold;
	font-size: 25pt;
	text-align: right;
	font-family: Arial;
	text-transform: uppercase;
}

td.credit {
	text-align: center;
	font-size: 9pt;
}

td.credit a {
}