/* Global Zeroing of Parameters -------------------------------------------------------------------------------  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Body -------------------------------------------------------------------------------  */
body{
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #8e0f08;
	text-decoration:none;
}
a:visited{
	color: #8e0f08;
}
a:hover{
		text-decoration: underline;
}

/* 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%;
}
#standard_content_box .special_large_font {
    padding: 0px;
	font-size: 17px;
    font-weight: bold;
}

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