body {
	margin-top: 0px;
	background-color: #757200;
	font-family: verdana;
	font-size: 10pt;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

.header {
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 196px;
	width: 970px;
	position: relative;
	z-index: 2;
}

.menu {
	color: #fff900;
	font-weight: bold;
	font-size: 8pt;
}
.menu a {
	font-size: 11px;
	color: #fff900;
	text-decoration: none;
}
.menu a:hover {
	color: #222222;
}

.flashholder {
	height: 450px;
	width: 970px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.content {
	margin-top: 5px;
	width: 885px;
}

.content2 {
	margin-top: -10px;
	width: 885px;
}

.content_left {
	width: 650px;
}

.content_right {
	width: 235px;
}

.breadcrumb {
	color: #fff900;
	font-weight: bold;
	font-size: 14pt;
}

.breadcrumb a {
	color: #fff900;
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
}

.text_h1 {
	color: #fff900;
	font-weight: bold;
	font-size: 14pt;
}
.text_h1 sup {
	font-size: 8pt;
}
.text_body {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 25px;
	text-align: justify;
}
.text_body3 {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}
.text_body a {
	color: #fff900;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.text_body b {
	color: #fff900;
	font-size: 11pt;
	font-weight: bold;
}
.text_body2 {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}
.text_body2 a{
	color: #fff900;
	font-size: 9pt;
	font-weight: bold;
}
.pagenumbers {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.pagenumbers a{
	color: #fff900;
	font-size: 10pt;
	font-weight: bold;
}
.footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 57px;
	width: 970px;
	color: #fff900;
	font-weight: bold;
	font-size: 7pt;
	padding-right: 20px;
}
.footer a {
	font-size: 7pt;
	color: #fff900;
	text-decoration: none;
}
.footer a:hover {
	color: #222222;
}
.bomb {
	background-color: #086a0d;
}
.good {
	background-color: #081b6a;
}
.average {
	background-color: #6a081d;
}