body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

#container {
	text-align: left;
}

#topleft {
	visibility: hidden;
}

#toptitle {
	visibility: hidden;
}

#menu {
	visibility: hidden;
}

#contentarea {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 2px;
	width: 100%;
}

#copyright {
	position: static;
	bottom: 0px;
	text-align: center;
	font-size: 7pt;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #663300;
	text-decoration: underline;
}

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

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

h1 {
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}
