body
{
	margin: 0;
	overflow: auto;
	height: 800px;
	width: 760px;
	font-family : Verdana, Arial;
	font-size: 10pt;
}
a:link, a:active, a:visited
{
	text-decoration: none;
	font-size: 10pt;
	color: Green;
}
a:hover
{
	text-decoration: none;
	font-size: 10pt;
	color: PowderBlue;
}
h5
{
	color: Teal;
}
.text
{
	font-size: 10pt;
	font: Verdana;
	color: Green;
}
.unselectedlist
{
	padding-left: 2px;
	margin-left: 8px;
	list-style-type: square;
	color: Green;
}
.selectedlist
{
	padding-left: 2px;
	margin-left: 8px;
	list-style-type: square;
	color: PowderBlue;
}
.pageheader
{
	left: 0;
	top: 0;
	width: 760px;
	height: 136px;
	position: absolute;
}
.pageheaderbar
{
	width: 100%;
	padding: 2px;
	background-color: #8FBC8F;
	text-align: right;
}
.menu
{
	left: 0;
	top: 136px;
	width: 120px;
	height: 800px;
	position: absolute;
	background-color: #8FBC8F;
}
.content
{
	left: 120px;
	top: 136px;
	width: 644px;
	height: 800px;
	padding: 16px;
	position: absolute;
}
.thumb
{
	border-style: inset;
	border-width: thin;
	width: 120px;
	height: 80px;
}
