body {
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a {
	color: #0073FF;
}
a:visited {
	color: #3E3E3E;
}
a:hover {
	text-decoration: none;
}


/* Hide --------------------------------------------------------------- */
#topnav, #nav, #bottomnav, #search, #join, #quick_links, #banner, #side {
	display: none;
}


/* Main Body Section  ------------------------------------------------- */
#contents {
	line-height: 1.4;
}
#contents h1 {
	font-size: 14pt;
	margin: 1em 0;
}
#contents h1 em {
	display: block;
}
#contents h2, #contents h3 {
	font-size: 10pt;
	font-style: italic;
	border-bottom: 1px solid #CCC;
}
#footer-links {
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 3px solid #aaa;
}
address {
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center {
	text-align: center;
}
.more {
	text-align: right;
}