body
{
	color: #333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	background-image: url(../images/backgrd.png);
	text-align: center;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

table
{
	padding: 0;
	border-width: 0;
}

h1
{
	color: #006;
	font-size: 2.25em;
	font-weight: 900;
}

.h1
{
	color: #006;
	font-size: 2.25em;
	font-weight: 900;
}

h2
{
	color: #333;
	font-size: 1.75em;
	font-weight: bold;
}

.h2
{
	color: #333;
	font-size: 1.75em;
	font-weight: bold;
}

h3
{
	color: #333;
	font-size: 1.5em;
}

.h3
{
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

p { color: #333; }
.strong { font-weight: bold; }
.smaller { font-size: smaller; }

td.middleright
{
	text-align: right;
	vertical-align: middle;
}

td.topleft
{
	text-align: left;
	vertical-align: top;
}

td.bottomright
{
	text-align: right;
	vertical-align: bottom;
}

td.bottomleft
{
	text-align: left;
	vertical-align: bottom;
}

a img
{
	border: 0;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.center { text-align: center; }

hr
{
	clear: both;
	float: left;
	margin-left: 0%;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}

h4
{
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.h4
{
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.larger {
	font-size: large;
}

.largerstill {
	font-size: 1.25em;
}

.indent { text-indent: 1em; }

.indentbold {
	font-weight: bold;
	margin-left: 1em;
	font-size: 1.1em;
}

.highlight {
	background: #FFFF66;
	padding: 0.25em .5em;
}

.smallerstill { font-size: .5em; }

.highlight2 {
	background: #cdcdcd;
	text-align: center;
}

