@charset "UTF-8";
/* CSS Document */


p {
   margin: 0px;
   padding: 0px;
}

a {
	text-decoration: none;
	border: none;
}

a:link {color:#660000;}    /* unvisited link */
a:visited {color:#660066;} /* visited link */
a:hover {color:#D68533;}   /* mouse over link */
a:active {color:#D68533;}  /* selected link */

.green {
	background-color: #999900;
}

.red {
	background-color: #660000;
}

.blue {
	background-color: #709494;
}

.orange {
	background-color: #D68533;
}

#wrapper-g {
	background-color: #999900;
	margin: 0px auto;
	width: 960px;
}

#wrapper-b {
	background-color: #709494;
	margin: 0px auto;
	width: 960px;
}

#wrapper-o {
	background-color: #D68533;
	margin: 0px auto;
	width: 960px;
}

#contentbox-g {
	position: relative;
	background-color: #999900;
	margin: auto;
	width: 960px;
	border: none;

}

#contentbox-b {
	position: relative;
	background-color: #709494;
	margin: auto;
	width: 960px;
	border: none;

}

#contentbox-o {
	position: relative;
	background-color: #D68533;
	margin: auto;
	width: 960px;
	z-index: 1;
	border: none;

}

#menubox {
	width: 70px;
	position: absolute;
	left: 143px;
	top: 78px;
	border: none;
}

#textbox {
	width: 465px;
	position: absolute;
	left: 275px;
	top: 78px;
	z-index: 99;
	border: none;
}
.bodytexttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	line-height: 17.5pt;
	color: #333;
	z-index: 99;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	line-height: 17.5pt;
	color: #333;
	margin-top: 6pt;
	margin-bottom: 6pt;
	z-index: 99;
}

.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	line-height: 17.5pt;
	color: #333;
	margin-top: 6pt;
	margin-bottom: 6pt;
	z-index: 99;
}
.bodytext-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	line-height: 15pt;
	color: #333;
	margin-left: 12pt;
	margin-right: 12pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	z-index: 99;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 10pt;
	color: #333;
	text-align: right;
	margin-top: 6pt;
	margin-bottom: 6pt;
	z-index: 99;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	line-height: 17.5pt;
	color: #FFFFFF;
	margin-top: 6pt;
	margin-bottom: 6pt;
	z-index: 99;
	text-align: center;
}

.subhead {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 10.5pt;
	color: #660000;
	margin-top: 0pt;
	margin-bottom: 6pt;
	z-index: 99;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	line-height: 15.5pt;
	color: #333;
	margin-top: 3pt;
	margin-bottom: 3pt;
	z-index: 99;
}