body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #7a7c4d;
	text-align: center;
	color: #666666;
/* part 1 of 2 centering hack */
	}
tr a {
	text-decoration: underline;
	text: "Century Gothic", sans serif;
	font-size: 1em;
	color: #ffffff;
	font-weight: bolder;
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-family: "Century Gothic", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px; 
	font-color: #666666;
	}
	
td {
	font-family: "Century Gothic", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px; 
	font-color: #666666;
	}
/* 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-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a7c4d;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	font-weight: normal;
	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; 
	}
	
#content {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 2px solid #ffffff;
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
html>body #content {
	width: 1024px; /* ie5win fudge ends */
	}	
#top {
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter: alpha(opacity=65); /* For IE6&7 */
	height: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 200px;
	}
html>body #top {
	height: 200px; /* ie5win fudge ends */
	}
#table {
	background: #ffffff;
}	


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
.bolder {
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: ##000;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.greentitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7a7c4d;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.regular  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-color: #000066;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.list  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.italic  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.white {
	color:#FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}