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

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

/* Headings ----------------------------------------------------------- */
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#main_nav{
	display: none;
}
address{
	font-style: normal;
	font-size: 8pt;
}

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