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

A:link
{
	color: #FF0000;
	text-decoration: underline;
}

A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

A:visited
{
	color: #FF0000;
	text-decoration: underline;
}

h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	color: #000080;
}

ul
{
	color: ff0000;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}

table
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.tabletext A:link
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FF00FF;
	text-decoration: underline;
}

.tabletext A:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FF00FF;
	text-decoration: underline;
}

.tabletext A:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FF00FF;
	text-decoration: underline;
}

.shadedrow_light
{
	background: eeeeee;
}

.shadedrow_dark
{
	background: cccccc;
}

.shadedrow_cell
{
	border-bottom: 1px black solid;
}

.menu_out
{
	padding: 5px;
	color: 000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px white solid;
	background: FFFFFF;
	border: 1px black solid;
}

.menu_selected
{
	padding: 5px;
	color: 000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px white solid;
	background: cccccc;
	border: 1px black solid;
}

.menu_over
{
	padding: 5px;
	color: 000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px white solid;
	background: EEEEEE;
	border: 1px black solid;
}