body, table, .Logon
{
	font-family:Trebuchet MS; font-size:11; 
}

.Logon { font-weight:bold; }
.message { font-weight:bold; font-size:120%; color:Green; }
.errormessage { font-weight:bold; font-size:120%; color:Red; }

a.cool
{
	width:150px;
	float:left;
	text-align:center;
	background-color:#d0f0b0;
	text-decoration:none;
	font-weight:bold;
	color:#606060;
}
a.cool:hover	{ background-color:#80c0ff; }
a.coolsel
{
	width:150px;
	float:left;
	text-align:center;
	background-color:#a0d060;
	text-decoration:none;
	font-weight:bold;
	color:#606060;
}


.hidden { visibility:hidden; }
.visible { visibility:visible; }