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

/* Links -------------------------------------------------------------------------------  */
a {
	color: #000;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}

/* Headings ----------------------------------------------------------------------------  */
#contents h2 {
	margin-top: 0;
	font-size: 12pt;
}

/* Main Body Section  ------------------------------------------------------------------  */
#contents {
	line-height: 1.4em;
}
#sidenav {
	display: none;
}
#footer_links {
	margin: 0;
	padding-top: 0.5em;
	border-top: 1px dashed #AAA;
}
#footer_links a {
	padding: 0 5px;
}
address {
	font-style: normal;
	font-size: 95%;
}

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