body, td  {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}

textarea, input, select, li, ul {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.4em;
}

h1 {
	font-family: verdana;
	font-size: 24px;
	line-height: 1.5em;
	color: #000000;
}

h2 {
	font-family: verdana;
	font-size: 26px;
	line-height: 24px;
	color: #000000;
}

h3 {
	font-family: verdana;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.loginBoxEmpty {
	background-color: #fff;
	border: 1px solid #777;
	color: #999;
}

.loginBox {
	background-color: #fff;
	border: 1px solid #777;
	color: #000;
}

.toolLink {
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

.toolLink:hover {
	color: #000000;
}

.toolLink:active {
	color: #000000;
}

.toolTable {
	width: 100%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	border: 1px solid transparent;
}

.toolBlurb {
	font-size: 12px;
	text-align: justify;
	padding: 0px 10px 10px 10px;
	line-height: 1.5em;
}

#newsDiv {
	line-height: 1.5em;
	text-align: justify;
}

#newsDiv b {
	font-size: 13px;
	line-height: 1.5em;
	text-align: justify;
}

#newsDiv h2 {
	color: #009;
	display: inline;
	font-size: 15px;
}

#blurbDiv {
	line-height: 1.5em;
}

#blurbDiv b {
	color: #8b4d35;
	font-weight: bold;
}

#blurbDiv h1 {
	font-size: 24px;
	color: #333;
}

#blurbDiv h2 {
	display: inline;
}

a {
	color: #00f;
	text-decoration: underline;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.4em;
}

a:hover {
	color: #a17a00;
	cursor: pointer;
	cursor: hand;
}

a:active {
	color: #00baba;
}

div#menuBar a {
	color: #505358;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	text-decoration: none;
}

div#menuBar a:hover {
	color: #969ca6;
	cursor: pointer;
	cursor: hand;
}

div#menuBar a:active {
	color: #00ccff;
	cursor: pointer;
	cursor: hand;
}

.menuBar {
	background-color: #dddddd;
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.headerTitle {
	font-family: verdana;
	font-size: 26px;
	line-height: 30px;
	color: #444;
}

.tdMenuNoBorder {
	background-image: url("/images/titleBar.png");
	background-color: #6b5243;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	border-bottom: 1px solid #222;
}

.tdMenu {
	background-image: url("/images/titleBar.png");
	background-color: #6b5243;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tdMenuLeft {
	background-image: url("/images/titleBar.png");
	background-color: #6b5243;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tdMenuRight {
	background-image: url("/images/titleBar.png");
	background-color: #6b5243;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	text-align: right;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tdMenuLink {
	font-family: verdana;
	font-size: 12px;
	color: #ffffb4;
	font-weight: normal;
}

.tdMenuLink:hover {
	font-family: verdana;
	font-size: 12px;
	color: #ffffb4;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}


.tdSubMenu {
	background-color: #435c6b;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
}


.tdField {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.tdFieldLeft {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: Left;
}

.tdFieldCenter {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.tdData {
	background-color: #dddddd;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdDataSmall {
	background-color: #dddddd;
	color: #555;
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	text-align: left;
}

.tdDataReq {
	background-color: #ffc4c4;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdDataEither {
	background-color: #c4d2ff;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdAction {
	background-color: #855656;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.stockField {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #555;
}

.stockFieldLeft {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	border-left: 1px solid #555;
}

.stockFieldCenter {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #555;
}

.stockData {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.stockDataLeft {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.stockDataCenter {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.stockDataLast {
	color: #000;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.stockSubTotal {
	color: #000;
	background-color: #d3ecff;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stockSubTotalLast {
	color: #000;
	background-color: #d3ecff;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stockSubTotalMinusCash {
	color: #000;
	background-color: #d3d7ff;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}


.stockCatTotal {
	color: #000;
	background-color: #fdfed4;
	font-family: verdana;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 7px;
	padding-bottom: 7px;
}

.stockCatTotalLast {
	color: #000;
	background-color: #fdfed4;
	font-family: verdana;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 7px;
	padding-bottom: 7px;
}

.pmTotalLoss {
	color: #000;
	background-color: #ffd7d3;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pmTotalLossLast {
	color: #000;
	background-color: #ffd7d3;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pmTotal {
	color: #000;
	background-color: #d3ffd7;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pmTotalLast {
	color: #000;
	background-color: #d3ffd7;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stockTotalLoss {
	color: #000;
	background-color: #ffd7d3;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stockTotal {
	color: #000;
	background-color: #d3ffd7;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	text-align: right;
	vertical-align: bottom;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fullSectionHeader td {
	font-size: 12px;
	line-height: 1.5em;
}

#fullSectionHeader {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
}

#fullSectionHeader a {
	font-size: 14px;
	line-height: 1.3em;
}

#fullSectionHeader h2 {
	font-family: verdana;
	font-size: 24px;
	line-height: 1.4em;
	color: #444;
}

#ratios td {
	font-weight: bold;
	color: #000;
}

#dhtmltooltip{
color: #000;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 10px;
background-color: #ffd8ad;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
