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 ----------------------------------------------------------- */
h1{
	color: #3333FF;
}
h2{
	color: #3333FF;
	font-size: 140%;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
h3 {
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
h4 {
	display: block;
	margin-top: 0em;
	font-size: 90%;
	color: #fff;
	font-style: normal;
}
#smallfont{
	font-size: 65%;
	font-weight:bold;
}
#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%;
	padding-top: 10px;
	color:#FFFFFF;
	font-weight:bold;
}
address a{
	font-style: normal;
	font-size: 95%;
	padding-top: 10px;
	color:#FFFFFF;
	font-weight:bold;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
#blue_text{
	font-size: 100%;
	font-weight:bold;
}