body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: lucida grande; verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #EEFEEE;
	}

table {
	font-family: lucida grande;
	color: #000000;
	border: 5px;
	border-style: solid;
	}

table2 {
	font-family: lucida grande;
	color: #000000;
	border: 0px;
	border-style: solid;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #0303A5;
	outline: none;
	}
a:visited {
	color:  #020505;
	}
a:active {
	color:  #CACC04;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}

em {color: #FF0000; font-weight: bold; font-style: normal}

strong, b {
	font-weight: bold;
	}
p {
	font-family: lucida grande;
	font-size: 100%;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px; 
	}

ul {
	font-family: lucida grande;
}

/* 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-family: lucida grande;
	font-size: 150%;
	line-height: 44px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h2 {
	font-family: lucida grande;
	font-size: 120%;
	line-height: 40px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-family: lucida grande;
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
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 */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 50px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20px;
	}
html>body #left {
	width: 20px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 90px 20px 90px;
	padding: 10px;
	border: 5px solid #000000;
	background: #DDEDDD;
	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 50px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20px;
	}
html>body #right {
	width: 20px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
