@charset "utf-8";
/* CSS Document */
body
{
	background: url(../images/cfBg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

html
{
	scrollbar-face-color: #666666;
	scrollbar-arrow-color: #FF6600;
	scrollbar-track-color: #999999;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-Color: #3a3a3a;
}

body.news
{
	background: #000000;
}

/* Text Styles */
h1
{
	font-size: 18px;
}

h2
{
	background: url(../images/siteLayout/h2Bg.jpg) repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 20px;
}

h3
{
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}

.normalText
{
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.orangeHeadCenter
{
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.orangeHead
{
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* This class is to keep whitespace in XML/XSL pages */
pre
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

/* Hyperlink Styles */
a
{
	color: #FF6600;
	font-weight: bold;
}

a img
{
	border: 0px;
}

/* HTML Element Styles */
table.body td
{
	padding: 4px 10px;
}

iframe
{
	border: 0px;
	width: 800px;
	height: 400px;
}

iframe.liveView
{
	border: 0px;
	width: 820px;
	height: 550px;
}