body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #900;
}
a:visited{
	color: #666;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2#page_title{
	margin: 0;
	font-size: 20pt;
	font-weight: normal;
}
h3{
	position: relative;
	margin-top: 2.5em;
	padding: 0 5px;
	background: #EEE;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
h3 span{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 8pt;
}
h3 span em{
	margin-right: 7px;
	font-weight: normal;
}
h3#first_h3{
	margin-top: 1em;
}
#contents h2:first-child{
	margin-top: 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: 3px solid #aaa;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
.attention{
	color: #FF0000;
	font-weight: bold;
}