body {
  margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
}
a {
	font-size: inherit;
}
a img {
	border: none;
}
a:link {
  color: #536D85;
  background-color: transparent; 
  text-decoration:none;
}
a:visited {
  color: #536D85;
  background-color: transparent;
  text-decoration:none;
}
a:hover {
  color: #536D85;
  background-color: transparent;
  text-decoration:none;
}
a:active {
  color: #536D85;
  background-color: transparent;
  text-decoration:none; 
}
/* because of the multiplying nature of resizable fonts NONE of the following items may be imbedded within each other */ 
h1, h2, h3, p, td {
	color: #536D85;
	background-color: transparent;
  font: bold 75% arial,helvetica,sans-serif; 
  margin: 0px 7px 7px 7px;
	line-height: 1.2;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 90%;
}
h3 {
	margin: 0px 0px 0px 7px;
}
p {
	font-weight: normal;
}
.large {
	margin-bottom: 40px;
	font-size: 120%;
}
.large a {
	text-decoration: none;
}
.small{
	margin-bottom: 15px;
	font-size: x-small;
	font-family: verdana,arial,helvetica,sans-serif; 
}

.faded {
	color: #999999 !important;
	background-color: #fff;
}
td {
	font-weight: normal;
	padding: 3px;
	vertical-align: top;
}
td h3, td p, td td, td td p, td label {
	font-size: 100%; 
}
form {}
label {
	cursor: pointer; /* for increasd accessibility */
	font-weight: bold !important;
}
input, select {
	color: #536D85;
	font-size: 110%;
	border: 1px solid #b5b5b5;
}
input {
	width: 315px;	
}
textarea {
	color: #536D85;
	font-family: arial,helvetica,sans-serif; 
	font-size: 110%;
	width: 315px;	
	border: 1px solid #b5b5b5;
}
#main {
	width: 970px;
}
#main img {
	vertical-align: top;
}
#nav {
	display:none;
	margin-top:8px;
	width: 225px;
	float: left;
}
#nav img {
	display: block;
	padding: 5px; 
}
#nav a {
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	margin: -7px;
	display: block;
}
#nav .selected {
	background: transparent url(../img/selected.gif) center center no-repeat;
}
.colone, .coltwo, .colthree {
	float: left;
	width: 240px;
}
.colonetwo {
	float: left;
	width: 470px;
}
.colonetwothree {
	float: left;
	width: 740px;
}
.colone p img, .coltwo img, .colthree img {
	float: none;
	position: relative;
}
.dataTable, .contentTable {
	margin: 0px 7px 7px 4px;
}
.dataTable td {
	border-bottom: 1px solid #b5b5b5;
}
.contentTable td label {
	font-weight: normal;
}
.ticker {
	width:215px;
	color: inherit;
	background-color: #fff;
	padding: 3px 4px 0px 4px;
	float: left;
}
.ticker p {
	color: #999999 !important;
	margin: 3px 0px;
}
/* delete this style to remove borders 
#main, #nav, .colonetwo, .colonetwothree, .colone, .coltwo, .colthree {
	border: 1px solid #ccc;
}*/
.charts a:link {
  color: #A6B6C2;
  background-color: transparent; 
  font-weight:bold;
  text-decoration:none;
}
.charts a:visited {
  color: #A6B6C2;
  background-color: transparent;
  font-weight:bold;
  text-decoration:none;
}
.charts a:hover {
  color: #536D85;
  background-color: transparent;
  font-weight:bold;
  text-decoration:none;
}
.charts a:active {
  color: #A6B6C2;
  background-color: transparent;
  font-weight:bold;
  text-decoration:none; 
}
.indentcell{
padding-left:30px;
}
#identpos{
display:none;
}