a.content:link,a.content:visited
{
	text-decoration: none;
	color: #000000;
}
a.content:hover, a.content:active
{
	text-decoration: none;
	color: #9fa3a6;
}

DIV.body
{
	position: static;
	margin: -1;
	padding: 5;
	border-style: outset;
	background-color: #f6f6f6;
	text-align: center;
}

DIV.leftjust
{
	position: static;
	margin: 0;
	padding: 5;
	border-style: none;
	background-color: transparent;
	text-align: left;
}

DIV.spacer
{
	margin-top: 5%;
}

SPAN.title
{
	font-size: large;
	font-weight: bold;
}
SPAN.indent
{
	padding-left: 10;
}

SPAN.fixed
{
	font-family: monospace;
}

SPAN.smallfixed
{
	font-size: x-small;
	font-family: monospace;
}

SPAN.center
{
	text-align: center;
}

IMG.small
{
	width: 110;
	float: left;
	margin-left: 20;
}

