body{
	background: #fff;
	color: #000;
	/*font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #000066;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}

/* Headings ----------------------------------------------------------- */
h2{
	text-align: center;
	font-size: 14pt;
	font-style: italic;
	text-transform: uppercase;
	color: #190974;
}
h3{
	margin-top: 3em;
	font-style: italic;
	text-transform: uppercase;
	color: #190974;
	border-bottom: 1px solid #666;
}
h4{
	margin-bottom: -1em;
	font-size: 11pt;
}
h4 span{
	display: block;
	font-size: 10pt;
	font-weight: normal;
}
h5{
	font-size: 11pt;
}



/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer_links a{
	margin: 5px;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.blue{
	color: #000099;
}
.attention{
	color: #FF0000;
}
.asterix{
	color: #FF0000;
	font-weight: bold;
	font-size: 14pt;
}