/* CSS Document */
BODY {color: black; background: white;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding: 1em;
   border-bottom: 1px solid gray;
   text-align: center;}
DIV.adbanner {display: none;}

body {
	background: white;
	font-size: 12pt;
	color: #000;
}
h1#headerlogo, h1#headerlogo a:link, h1#headerlogo a:visited, h1#headerlogo a {
	text-indent: 0px;
	xoverflow: hidden;
	width: 250px;
	height: 80px;
	float: left;
	border: 0;
	display: block;
	background: url(/images/print_logo.jpg) top left no-repeat;
	xposition: fixed;
	font-size: 18px;
}
table {
	text-align: center;
	background-color: #fff;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	width: 100%;
	margin-bottom: 2em;
}
table caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
}	
table tbody tr td {
	font-size: .8em;
	padding: 5px;
	border: 1px solid #999999;
}
ul#nav {
	display: none;
}
#content {
	width: 100%;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
#footer {
	display: none;
}
#contentbase {
	display: none;
}
#desc {
	display:none;
}
