BODY {
	background-color: #FFF;
	font-family: serif;
	}

P {
	font-size: 12pt;
	text-indent: 3%;
	}

#menu {
	display: none;
	}

#content UL LI {
	font-size: 12pt;
	margin: 5px 3px;
	font-weight: normal;
	text-indent: 0;
	}

#content UL LI UL LI {
	font-style: normal;
	font-weight: normal;
	}

#content OL LI {
	font-size: 12pt;
	margin: 5px 3px;
	font-weight: normal;
	list-style: outside;
	}

#content P {
	text-indent: 10pt;
	padding: 0pt;
	margin: 10pt 0pt;
	font-family: serif;
	font-size: 12pt;
	}

A {
	color: red;
	text-decoration: underline;
	}

A:visited {
	color: gray;
	}

A[name] {
	color: black;
	text-decoration: none;
	}

A {
	text-decoration: none;
	color: black;
	}

A[href^="http:" {
	text-decoration: underline;
	color: red;
	}

A[href^="http:"]:after {
	content:"\0020 [" attr(href) "]";
	}

H1 {
	font-family: serif;
	font-size: 28pt;
	color: black;
	}

H2 {
	font-family: serif;
	font-size: 22pt;
	color: black;
	font-weight: bold;
	}

H3 {
	font-family: serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: gray;
	border-top: 1px solid black;
	padding-top: 10pt;
	text-decoration: underline;
	}

H3.top {
	border: 0px;
	padding-top: 0px;
	}

H4 {
	font-family: serif;
	font-size: 14pt;
	font-style: bold;
	color: black;
	font-weight: normal;
	}

P.news {
	text-indent: 0px;
	line-height: 18px;
	}

P.news SPAN.dateline {
	color: #666;
	border-bottom: 1px dotted #666;
	font-family: serif;
	font-weight: bold;
	text-transform: capitalize;
	text-indent: 0px;
	}

P.news SPAN.dateline:after {
	content: ":";
	}

#shirttail {
	padding: 5pt;
	border: 1px solid black;
	font-family: serif;
	color: black;
	}

#shirttail P {
	margin: 3px 0px;
	padding: 0px;
	font-size: 10pt;
	text-indent: 0px;
	}

.outdated {
	display: none;
	}

ABBR, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  font-style: normal;
  }

A.up {
	display: none;
	}

DIV#bottommenu {
	display: none;
	}