body
{
	background-color: white;
}

.menu { font-family: time;  font-size: 10pt; color:#FFFFBF; margin-top: 0px; margin-left: 10px; margin-right: 10px; text-decoration:none; font-weight: bold; }

.text { font-family: arial; font-size: 10pt; color:#000000; margin-top: 10px; margin-left: 0px; margin-right: 10px; text-decoration:none; }

p.border
{
	font-family: arial; color: black; font-size: 10pt;
	border-style: solid;
	border-width: 0px 1px 1px 0px
}

ul { font-family: arial; color: black; font-size: 0.8em; margin-left: 30px; }

a { font-family: time; font-size: 12pt; color:#FFFFBF; text-decoration:none; }
a:hover { text-decoration:none; color:#80FF80; }

a.normal	{ font-family: time; font-size: 10pt; color:#004040; text-decoration:none; font-weight: bold; }
a.normal:hover	{ font-family: time; font-size: 10pt; color:#008040; text-decoration:none; }


table
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-position: top left;
	background-color: white;
	background-repeat: no-repeat;
}

table.noborder
{
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}

td.white { background-color: #008000; border-style:solid; border-width:1px; border-color:#000000; }
td.green { background-color: #FFFF6A; }