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

/* Links -------------------------------------------------------------------------------  */
a{
	color: #000;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}

/* Footer ------------------------------------------------------------ */
#cjcopyright {
	font-size: 8pt;
	color: #666;
}
#cjcopyright a {
	color: #666;
}
	

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}

/* Hide these elements so they don't appear when printed ------------- */
#fader, .anchor_menu, #nav, #featured, #side_footer {
	display: none;
}