body {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #eee;
	background-color: #333;
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: underline;
	color:  #eee;
	outline: none;
	}
a:visited {
	color:  #eee;
	}
a:active {
	color:  #eee;
	}
a:hover {
	color: #eee;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #eee; /* for ie */
	background-color: #eee; /* for everyone else */
	height: 1px;
	/* text-align: right; for ie */
	/* margin-right: 0; for everyone else */
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* 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;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	}
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: 50px;
	margin-bottom: 10px; 
	}
.innerbox {
	padding: 20px;
	border: 1px solid #eee;
	}
#head {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #666;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: none;
	border-left: 1px solid #eee;
	text-align:left; /* part 2 of 2 centering hack */
	width: 602px; /* ie5win fudge begins */
	height: 162px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
	height: 160px;
	}
html>body #head {
	width: 600px;
	height: 160px; /* ie5win fudge ends */
	}	
.content {
	padding: 30px 50px 20px 50px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #666;
	border: 1px solid #eee;
	border-top: none;
	text-align:left; /* part 2 of 2 centering hack */
	width: 602px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
	}
html>body .content {
	width: 600px; /* ie5win fudge ends */
	}
#tail {
	padding:  0px;
	margin-top: -75px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: none;
	border: none;
	border-top: none;
	text-align:left; /* part 2 of 2 centering hack */
	width: 602px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 602px;
	}
html>body #tail {
	width: 602px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
