html, body
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #E0E0E0;
	color: #000010;
}
img
{
	border: none;
}

.fixedwidth
{
	font-family: lucida console, sans-serif;
}

.titlebar
{
	background: #8F9FB9;
	color: #000010;
	font-size: 13px;
}

.cleartitlebar
{
	color: #000010;
	font-size: 13px;
}

.paragraph
{
	background: #f2f6fc;
	color: #000020;
	font-size: 13px;
}

.clearparagraph
{
	color: #000020;
	font-size: 13px;
}

.update
{
	background: #f2f6fc;
	color: #000020;
	font-size: 11px;
}

.updatetitlebar
{
	background: #8F9FB9;
	color: #000020;
	font-size: 11px;
}

.dottable
{
	border-style: dashed;
	border: 1px dashed #a0a0a0;
}

.small
{
	font-size: 10px;
}

hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}

td
{
	padding: 10px;
}

a:visited
{
	color: #00008F;
	text-decoration: none;
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: overline underline;
}

a:active
{
	color: #00008F;
	text-decoration: none;
}