body
{
	background-color: white;
	color: black;
	margin: 9px 9px 9px 9px;
}
p, h1, h2, h3, h4, ul, ol, li, div, td, th, b, i
{
	font-family: Arial, sans-serif;
}
img
{
	border: 0;
}
img.left
{
	float: left;
	margin: 0 1em 0.5em 0;
}
img.right
{
	float: right;
	margin: 0 0 0.5em 1em;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 115%;
}
h4
{
	font-size: 110%;
}
.italicstyle
{
	font-style: italic;
}
ACRONYM
{
	cursor: help;
}
a:link
{
	background-color: transparent;
	color: #0000b0;
}
a:visited
{
	background-color: transparent;
	color: #0000fa;
}
a:focus, a:hover, a:active
{
	background-color: #0000f0;
	color: white;
}
.hidden
{
	border-width: 0;
	display: inline;
	font-size: 0;
	height: 0;
	left: -1000px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -1000px;
	width: 0;
}
a.bgwhite
{
	background-color: transparent;
	color: black;
}
#top
{
	float: left;
	width: 300px;
}
ul#servicemenu
{
	background-color: white;
	border-bottom: 1px solid #330066;
	border-top: 1px solid #330066;
	color: black;
	margin-left: 1px;
	margin-right: 1px;
	text-align: right;
}
ul#servicemenu li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#servicemenu span.actual
{
	background-color: #000080;
	color: white;
}
ul#servicemenu a:link
{
	background-color: #f0f0f0;
	color: #0000b0;
	text-decoration: none;
}
ul#servicemenu a:visited
{
	background-color: #f0f0f0;
	color: #0000fa;
	text-decoration: none;
}
ul#servicemenu a:focus, ul#servicemenu a:hover, ul#servicemenu a:active
{
	background-color: #0000f0;
	color: white;
}
ul#contentmenu
{
	list-style: none;
	padding: 0;
}
div#contentfull
{
	margin-left: 1px;
}
div#contentfull a
{
	display: inline;
}
div#bottom
{
	font-size: 0.8em;
	white-space: nowrap;
}
div#bottom a
{
	display: inline;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.nowrap
{
	white-space: nowrap;
}