@CHARSET "UTF-8";

body {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}

aside, footer {display:none;}

body {
	font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
	color: #000; 
}
section,header {margin:0.2in;}

h1,h2,h3,h4,h5,h6 {color: #000;}
h1 { font-size: 220%; }
h2 { font-size: 145%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

h1 {display:none;}

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

table {border-collapse:collapse;border:1px solid grey;margin:0 auto;}
table td, table th {border:1px solid #ccc;font-size:10pt !important;padding:1pt;}

table td.p {text-align:right;}


form#daterange, form#search button, input[type=submit] {display:none;}
