@charset "utf-8";
html {
scrollbar-base-color: #363636;
scrollbar-arrow-color: cccccc;
scrollbar-track-color: #333333;

scrollbar-shadow-color: ccc;
scrollbar-lightshadow-color: ccc;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: cccccc;
scrollbar-3dlight-color: ccc;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#CCC;
}
.oneColElsCtr #container {
	width: 795px;
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:40px;
}
.oneColElsCtr #header {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #footer {
	padding: 20px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	font-size:small;
	color:#CCC;
}
.oneColElsCtr #content {
	height: 500px;
	overflow:auto;
	padding: 50px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:170%;
	color: #CCC;
	text-align: left;
}
.oneColElsCtr #bodycopy {
	padding: 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:170%;
}
#wrap-left {
	padding:0 0 0 15px;
}
.index-sidebar {
	font-size: 14%;
}
#index-sidebar {
	font-size: 14px;
}
.captions {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.anchortext {
	text-align: right;
	font-size:10px;
	color:#C93;
}
.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #C93;
	font-weight:bold;
}
.bodycopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-align: left;
}
.bodysubhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #CC8933;
	text-align:left;
}
.bodyheadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #CC0;
	text-align: left;
}
.oneColElsCtr #container #content table tr .captions p .bodyheadline {

}
