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: #666;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
#contents h2:first-child{
	margin-top: 0;
}h3{
	margin: 2em 0 1em 0;
	clear: both;
	color: #00486F;
	border-bottom: 1px solid #00486F;
}
h4{
	margin-bottom: -1em;
	font-size: 11pt;
	font-weight: bold;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
.attention{
	color: #FF0000;
}

/* Hidden Styles that won't print ------------------------------------ */
#topnav, #side, #footer{
	display: none;
}