body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #286126;	/*#9DCC8B;*/
	background-image:  url("../_images/global/bkgd_band.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F15C24; /*#ff0000;*/
	text-decoration: none;
}
#container {
	margin-left:10px;
	position: relative;
	background-color: #FFFFFF;
	border: 0px;
	left: 10px;
	top: 20px;
	vertical-align: top;
	width: 760px;
}
.header {
	background-image:url(../_images/global/bkgd_header.jpg);
	background-repeat: no-repeat;
	background-color: #d7d7d7;
	width: 740px;
	margin-top: 10px;
}
.date {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.stockquote {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
}
.plus {
	color:#1D961D;
	font-weight:normal;
}
.minus {
	color:#FF0000;
	font-weight:normal;
}
.footer {
	background-color: #d7d7d7;
	width: 740px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 10px;
}
.horizRuleGreen {
	background-image: url(../_images/global/greenRule.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
}
.vertRuleGreen {
	background-image: url(../_images/global/greenRule.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1px;
}
.horizRuleGray {
	background-image: url(../_images/global/grayRule.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
}
.vertRuleGray {
	/*background-color:#FFFFFF;*/
	background-image: url(../_images/global/grayRule.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1px;
}
.section {
	margin: 5px;
	text-align:center;
}
.sectionHead {
	background-color: #d7d7d7;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.sectionHeadGr {
	background-color: #286126;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.sectionHeadWht {
	background-color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.sectionBody {
	padding: 5px;
	text-align: center;
}
.popup {
	background-color: #f0f0f0;
	border:2px solid #000000;
	padding: 5px;
}
.popupHead {
	background-color: #9DCC8B;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.popupBody {
	padding: 5px;
	text-align: left;
}
.popupHighlight {
	/*background-color: #fa682f;*/
	background-image:url(../_images/popupBkgd.gif);
	background-repeat:repeat;
}
.headline_on {
	border:1px solid #33782E;
	/*background-color: #E5F7DF;*/	
}
.headline_off {
	border:1px solid #9dcc8b;
	/*background-color: #ffffff;*/
}
.invHeader {
	color: #FFFFFF;
	background-color: #4b4b4b;
	font-weight: bold;
}
.attn {
	color: #F15C24;
	font-weight: bold;
}
legend {
	color: #000000;
	font-size:12px;
}
#newsScroll p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.highlight {
	background-color:#ffffcc;
}