@charset "utf-8";
/*
colors
khaki #ddb
green #794 & #683
orange #d80
*/

/* Reset CSS by Eric Meyer, modified */
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, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; background: none; color: black; text-align: left;}
h1 {text-transform: uppercase; letter-spacing: .3em; font-size: 18pt; font-weight: normal; text-align: center;}
h2, h3, h4, h5 {margin-top: 1em;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
p, li, dd {margin: .5em 0;}
ul, ol {margin: .5em 0 .5em 3em;}
ul {list-style: square;}
a {color: black; text-decoration: underline;}


#container {}
#header {display: none;}


#content {background: none; font-size: 1.1em; line-height: 150%;}
.clear {clear: both;}


#footer {padding: 1em; clear: both; border-top: 1px solid black; text-align: center; font-size: 9pt; font-family: Arial, Helvetica, sans-serif;}

