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

body {
	background-color: #666666;
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #333333;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 960px;
	background-image:url(images/header_bg.jpg);
	border-top: 0px solid #000000;
	background-repeat:no-repeat;
	border-right:2px solid #000000;
	border-bottom:0px solid #000000;
	border-left:2px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table_border {
	border-collapse: collapse;
	border-spacing: 0px;
}
.headline_gray_bar {
	background-color:#222222;
	padding: 5px 5px 5px 10px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	font-weight:bold;
	margin-bottom:20px;
}
.bigheadline_gray_bar {
	background-color:#222222;
	padding: 0px 10px 0px 10px;
}
.white_arial22 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 34px;
}
.yellow_color {color: #FFFF00}
.headline_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFF00;
	line-height: 24px;
}
.body16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
.body14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
.body12_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	line-height: 14px;
}
.body14_yellowbold {
	font-size: 14px;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.headline18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	font-weight:bold;
}
.white18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:400;
	line-height:28px;
}
.tableHeader {
	font-size: 14px;
	font-size: 14px;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	border-color:#CCCCCC;
	background-color:#222222;
}
.SpecTableBorder {
	border-color:#CCCCCC;
}

a.subnav:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.subnav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.subnav:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.subnav:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.bodylink:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.bodylink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.bodylink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
}
a.bodylink:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}

.pic_20pxTop {
	margin-top:20px;
}