body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #fff;
}
a:visited{
	color: #fff;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: italic;
}
#contents h2:first-child{
	margin-top: 0;
}
h2{
font-size: 120%;
color: #333333;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 0px;
	float: left;
	height: 22px;
	width: 769px;
	padding-top: 1px;
	text-align: center;
	background: url(../../images/bottom_nav.gif);
	font-size: 11px;
}
address{
	float: left;
	font-style: bold;
	font-size: 95%;
	text-align: center;
	width: 769px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
#red_text{
	color:#996666;
}
#red_text2{
	color:#CC0000;
}