body	{
	font-family: Georgia, "AmeriGarmnd BT", serif;
	color: #000000;
	}
p	{
	font-size: medium;
	text-indent: 2em;
	text-align: justify;
	line-height: 1.4em;
	}
br	{ clear: both; }
address	{ margin: 10px 0px; }

a:link		{ color: #0000FF; text-decoration: none; background-color: transparent }
a:visited	{ color: #800080; text-decoration: none; background-color: transparent }
a:active	{ color: #ff0000; text-decoration: none; background-color: transparent }
a:hover		{ color: #ff0000; text-decoration: underline; background-color: transparent }

.xxlarge	{ font-size: xx-large; }
.xlarge		{ font-size: x-large; }
.large		{ font-size: large; }
.normal		{ font-size: medium; }
.small		{ font-size: small; }
.xsmall		{ font-size: x-small; }
.tiny		{ font-size: xx-small;  }

h1	{ font-size: 2.5em; }
h2	{ font-size: 2.0em; text-transform: uppercase; }
h3	{ font-size: 1.6em; font-style: italic; text-indent:1.0em;}
h4	{ font-size: 1.3em; font-style: italic; text-transform: uppercase; text-align: center; clear: both; margin-top: 2em; }
h5	{ font-size: 1.0em; display: inline; float: left; margin: 0px; padding: 0px; clear: both; }
h6	{ font-size: 1.0em; display: inline; float: right; margin: 0px; padding: 0px; }


#ahem	{
	width: 100%;
	background-color: #ff0000;
	border-width: 3px;
	border-style: outset;
	border-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 20px;
	}
#head	{ display: block; }
#body	{ margin-bottom: 3em; }
#nav	{ display: block; }
#content { display: block; }
#foot	{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	}

.left		{ text-align: left }
.center		{ text-align: center }
.right		{ text-align: right }
.justify	{ text-align: justify }

.netscapehide	{ display: none; }
.printhide	{ display: block; }
.printshow	{ display: block; }

