BODY
{
	color: black;
	font-size: 10pt;
	font-family: verdana, arial;
	background-color: white;
}

TABLE
{
	font-size: 10pt;
	color: black;
}

SPAN.PageTitle
{
	font-size: 24pt;
	color: maroon;
}

SPAN.SectionTitle
{
	font-size: 12pt;
	color: maroon;
	font-weight: bold;
	border-left: 3px solid black;
	padding-left: 3px;
	float: left;
}

SPAN.RightAlignedContent
{
	float: right;
	text-align: right;
}

DIV
{
	margin-left: .07in;
}

A
{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

A:Hover
{
	color: red;
}

A.Menu
{
	color: white;
	background-color: black;
}

A.Menu:Hover
{
	color: lightsteelblue;
}

#Home
{
	width: 515px;
	float: left;
}

#Footer
{
	clear: both;
}

TABLE.EventLog
{
	width: 165px;
	float: right;
}

SPAN.Header
{
	font-weight: bold;
	font-size: 11pt;
}

.Text 
{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 100%;
	BORDER-BOTTOM: black 1px dotted;
	BACKGROUND-COLOR: whitesmoke;
}

INPUT
{
	font-size: 10pt;
}

SELECT
{
	font-size: 10pt;
}

BUTTON
{
	font-size: 10pt;
}

TEXTAREA
{
	font-size: 10pt;
	font-family: Verdana;
}

@media print
{
	.DoNotPrint 
	{
		display: none;
	}
}