body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	background: url(images/bg_wshc.gif) center;
	margin: 0;
	color: #2E4941;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2E4941;
}

a {
	color: #2E4941;
}

a:hover {
	color: #B77386;
}

a:visited {
	color: #627771;
}

a.def,a.def:hover,a.def:visited {
	cursor: help;
	color: #000000;
	text-decoration: none;
/*	background: #D0E1DD; */
}

a.none {
	text-decoration: none;
}

a.none:hover {
	text-decoration: underline;
}

ul.links {
	font-size: 10px;
	line-height: 14px;
 	list-style-position: outside;
 	margin-top: 4px;
}

ul.links li {
	margin-left: -20px;
	padding-bottom: 8px;
}

ul {
	padding-top: 5px;
}
li {
	margin-left: -20px;
}

input, select {
	border: 1px solid #41665B;
	font-size: 10px;
	color: #2E4941;	
}

input.blank {
	border: none;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #41665B;
	font-size: 12px;
	color: #2E4941;	
}

img.border {
	border: 1px solid #41665B;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#DECBD0; 
  border:1px solid #336; 
  width:250px; 
  padding:4px;
  color:#000; 
  font-size:11px; 
  line-height:1.2;
}

table.login {
	border: 1px solid #41665B;
	border-left: 4px solid #41665B;
	background-color: #FFFFFF;
}

table.login td {
	border-bottom: 1px solid #41665B;
}

table.chart {
	border: 1px solid #41665B;
}

table.chart td {
	padding: 3px;
	border-top: 1px solid #41665B;
}

tr.rowdata {
	background-color: #FFFFFF;
}

tr.highlightdata {
	background-color: #FFEFF7;
}

tr.subsection {
	background-color: #EEEEEE;
}

tr.tablehead {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
}

td.year {
	background-color: #DDDDDD;
	border-right: 1px solid #41665B;
}
td.year2 {
	background-color: #EEEEEE;
	border-right: 1px solid #41665B;
}

td.subnav {
	padding: 3px;
}

td.subnav a, td.subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

td.subnav a:hover {
	color: #FFFFFF;
}

/* P tags */

p.head {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

p.subhead {
	font-size: 14px;
	font-weight: bold;
	border-bottom: #B77386 solid 1px;
	color: #B77386;
	margin-bottom: -10px;
}

p.quote {
	font-size: 10px;
	line-height: 14px;
}

p.quotee {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
}

p.caption {
	font-size: 10px;
	line-height: 12px;
	margin:0;
	margin-top: 2px;
	font-style: italic;
	text-align: left;
}

p.loghead {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin:0;
}

p.logtext {
	font-size: 10px;
	line-height: 14px;
	margin:2px;
}

p.footnote {
	font-size: 9px;
	line-height: 13px;
}

/* TD tags with various backgrounds */

td.head {
	background: url(images/bg_header.jpg) no-repeat;
}

td.pinkstripe {
	background: url(images/bg_pink_stripe.gif);
	background-repeat: repeat-x;
}

td.quote {
	background: url(images/bg_symbol.gif) no-repeat bottom right;
	padding: 5px;
}

td.bodytext {
	padding: 0 10px 0 20px;
}

td.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding: 4px;
}