body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	background-color: #333;
	}
a {
	text-decoration: none;
	color:  #fff;
	outline: none;
	line-height: 18px;
	font-size: 12px;
	}
a:visited {
	color:  #fff;
	}
a:active {
	color:  #fff;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	margin:3px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom:#FFFFFF 1px solid;
	width: 80%;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	text-align:center;
	border-top:#333 1px solid;
	border-right:#333 1px solid;
	border-left:#333 1px solid;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #666;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
	}
html>body #left {
	width: 140px; /* ie5win fudge ends */
	}
#middle {
	padding: 10px;
	border: 0px;
	background: #333;
	margin: -20px 20px 0px 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
	}
html>body #middle {
	margin-top: 0px; /* ie5win fudge ends */
	}
pre {
	font-size: 10px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
td {
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:12px;
  	color:#fff;
}
.tr {
	padding:2px 10px 4px 4px;
	font-size:12px;
	color: #000;
	font-weight:bold;
	text-align:left;
	font-variant:small-caps;
	border-bottom: 1px solid #333;
	border-left: 0px solid #333333;
	border-top: 0px solid #333333;
	background-color:#666666;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#666666');
	}
.tr0 {
	padding:2px 2px 6px 2px;
	color: #000;
}
.tr0 a:link, .tr0 a:active, .tr0 a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: dotted #0000FF 0em;
}
.tr0 a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom: dotted #0000FF .01em;

}
