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 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 70%;
	color:#fff;
	font-style:italic;
}
#contents h2:first-child{
	margin-top: 0;
}
h2 {
	height: 491;
	width: 27;
	font-size: 140%;
	background: url(../../images/title_background.gif) repeat-y;
	padding-left: 4px;
	color:#fff;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0px 0px;
	line-height: 1.3;
	border-top: 2px solid #333366;
	border-bottom: 0px solid #fff;
	text-align: center;
}
address{
	padding-top: 2px;
	font-style: normal;
	color: #FFFFFF;
	font-size: 90%;
}
address a{
	font-style: normal;
	color: #FFFFFF;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
.red_text{
	color: #CC3333;
	font-size: 100%;
	font-weight: bold;
}