body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #262626;
	margin: 0px;
	scrollbar-face-color:#262626;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#262626;
	scrollbar-darkshadow-color:#262626;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#262626;
}
a, a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #262626;
}


.top {
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	height: 22px;
	text-transform: uppercase;
}
.top .sub {
	font-size: 11px;
	background-color: #740500;
	color: #cfcfcf;
	text-transform: none;
	font-weight: normal;
	margin-top: 5px;
}

.top .search {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cfcfcf;
	height: 15px;
	font-size: 11px;
	color: #e8e8e8;
}
.top .btn {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottom {
	font-size: 12px;
	color: #FFFFFF;
	height: 22px;
	background-color: #000000;
}
.cTitle {
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cLocation {
	float: right;
	margin-top: 15px;
	font-variant: small-caps;
	color: #999999;
}
.cContent {
	padding-top: 10px;
	line-height: 160%;
	height:468px;
	overflow:auto;
	/*overflow-x:hidden;*/
}
.clearfloat {
	clear: both;
	height: 1px;
}
