body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #900;
}
a:visited{
	color: #999;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2{
	font-size: 105%;
}
h3{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #990000;
	font-size: 145%;
}
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;
}
#nav{
	display: none;
}
#footer-links{
	margin: 25px 10px 0px 10px;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 2px solid #8C2119;
	background-color: #F9F9F9;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}