@charset "iso-8859-1";
BODY {
	background-color:#eeeeee;
}
TABLE {
	border:medium inset blue;
	background-color:#000066;
	margin-top:2px;
}
TD {
	border:medium blue outset;
	background-color:#000099;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:white;
	padding-left:1em;
	padding-right:1em;
}
.out	{
	color:white;
	text-decoration:none;
	cursor:default;
}
.over	{
	color:gold;
	text-decoration:none;
}
.current	{
	color:gray;
	text-decoration:none;
	cursor:default;
	border:medium inset blue;
}
.loading	{
	color:gold;
	text-decoration:none;
	cursor:wait;
	border:medium inset blue;
}
