body{
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

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

/* Headings ----------------------------------------------------------- */
h1, h1 font, h2, h2 font, h3, h3 font{
	margin-top: 2em;
	text-align: left;
	font-family: Georgia, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 14pt !important;
	color: #000;
}
h2#page_heading{
	margin-top: 20px;
	font-size: 20pt !important;
}

/* Main Body Section  ------------------------------------------------- */
#content, #side{
	color: #000 !important;
	font-family: Georgia, Arial, Helvetica, sans-serif !important;
	line-height: 1.4;
}
#content font{
	color: #000;
	background: none !important;
}
#content img{
	max-width: 500px !important;
	height: auto !important;
	border: none !important;
}
#content table{
	max-width: 519px !important;
}

/* Hidden Elements --------------------------------------------------- */
#photo_box, #nav, #side{
	display: none;
}

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