body {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #333;
	text-align: center;/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	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: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	/* text-align: right; for ie */
	/* margin-right: 0; for everyone else */
	}
p {
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 80%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
.copyright {
	margin-top: 2.0em;
	margin-bottom: 0.5em;
	text-align: center;
	}
.copyright p {
	font-size: 60%;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	}
.innerbox {
	padding: 20px;
	border: 1px solid #ccc;
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 50px;
	margin-bottom: 10px; 
	}
#content {
	padding: 30px 50px 0px 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 1px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 602px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
	}
html>body #content {
	width: 500px; /* ie5win fudge ends */
	}