body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, sans-serif;
	color:#FFFFFF; 
	background-color:#99cccc; 
	font-size:62.5%;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #54401f;
	font-size:.9em;
	}

a:hover {
	color: #99CCCC;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	}

/* 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:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

INPUT, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#outer {
	padding: 0px; margin-bottom:0px; background-repeat:no-repeat; background-position:left bottom;
	width:100%; z-index:99; 
	}
	
#content {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width:830px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 830px; 
	height:450px; z-index:100; 
	}
#header {
	margin-top: 7px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 0px;
	text-align:left; /* part 2 of 2 centering hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
html>body #content {
	width: 830px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 1em; 
	}

