/* This is a PRINT StyleSheet, for those browsers that understand them */

body {
	color: #000;
	background: #fff;	
}

body, div, p, blockquote, ol, ul, li, dl, dt, dd, th, td, form {
	font-family: 'Times New Roman', times, serif;
	font-size: 12pt;
}

a:link {
	color: #000;
	background: #fff;
	text-decoration: underline;
}

a:visited {
	color: #333;
	background: #fff;
	text-decoration: underline;
}

table#masthead, table#trunk, table#footertable {
	width: 95% !important;
}


#top_navbar,  #sidebar, table#top_navbar, table#dropdowntable,  table#bottomstriptable, p#permlinks {
	display: none;
}
 
.relbox {
                display: none;
				 } 

table#trunk, table#masthead, {
	border: 1px;
}
table#footertable {
   border-bottom: 2px; }


.doclocation {
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
	display: block;
	border-top: 1px black solid;
	font-size: 12pt;
	font-weight: bold;
}


