body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

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

/* Headings ----------------------------------------------------------- */
h2 em, h3 em {
	display: block;
	margin-top: 0em;
	font-size: 10pt;
	font-weight: normal;
	color: #900;
	font-style: italic;
}
#contents h2:first-child {
	margin-top: 0;
}
h3 {
	position: relative;
	top: 1em;
	left: 0;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents {
	line-height: 1.4;
}
#nav {
	display: none;
}
#footer-links {
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 1px dashed #666;
	text-align: center;
}
address {
	font-style: normal;
	font-size: 95%;
}
address a {
	color: #000;
}

/* Random Styles ----------------------------------------------------- */
.center {
	text-align: center;
}
.more {
	text-align: right;
}
.right {
	float: right;
	margin: 0 0 0.5em 1em;
}
.strong {
	font-weight: bold;
}
.h2_em {
	color: #900;
	font-style: italic;
}
