body {
	margin: 5px 0px 0px 0px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes here */
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif, comic sans ms;
	color: Black;
	background-color: #CCCCCC;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: Black;
	outline: none;
	}
a:visited {
	color: Black;
	}
a:active {
	color:  Black;
	}
a:hover {
	color: Black;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* 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: 30px;
	line-height: 44px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	}

h4 {
	font-size: 10px;
	line-height: 15px;
	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;
	border-color: Black;
	}
.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 */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
.ten {
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}

#left {
	position: absolute;
	top: 136px;
	left: 3px;
	height: 150px;
	margin: 0px;
	padding: 10px;
	background: #85AB00
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}

html>body #left {
	width: 150px; /* ie5win fudge ends */
	}

#topmiddle1 {
	margin: 0px 155px 0px 155px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 1px;
	background: #4ab5d6;
	height: 85px;
	}

#topmiddle2 {
	margin: 0px 155px 0px 155px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 1px;
	background: #85AB00;
	height: 45px;
	font-size: 12px;
	line-height: 16px;
	}
	
#topmiddle3 {
	  /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 1px;
	background:#4ab5d6;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}	
	

#middle {
	margin: 0px 155px 0px 155px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 1px;
	background:  ;
	height: 100%;
	}

#right {
	position: absolute;
	top: 136px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	height: 150px
	margin: 0px;
	padding: 9px;
	background: #85AB00;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}

#topright {
	position: absolute;
	top: 5px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	background: ;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\";}\"";
	voice-family:inherit;
	width: 150px;
	height: 133px;
	}


html>body #right {
	width: 150px; /* ie5win fudge ends */
	}


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}