BODY {
	background: #ffffff url("/gfx/background.jpg") no-repeat fixed top left;
	color: #000000;
	font-family: tahoma, arial, helvetica;
}

A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A:link {
	color: #d99323;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #d99323;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #d99323;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

.headergraphic {
	position: absolute;
	left: 5;
	top: 10;
	height: 150px;
	width: 590px;
	text-align: left;
}

.menucontainer {
	position: absolute;
	left: 0;
	top: 175px;
	width: 130px;
	padding-left: 5px;
}

.menuitem {
}

.pagebody {
	position: absolute;
	left: 145px;
	top: 165px;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 0.8em;
}

.footnotes {
	font-size: 0.8em;
}

.toplinks {
	font-size: 0.8em;
	font-weight: normal;
}

HR.divider {
	size: 1px;
	color: #000000;
	width: 100%;
}

.tabledata {
	font-size: 0.8em;
}

.quote {
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}