A {text-decoration:none;}
A:Hover {color:#ff0000}
A.Table {font-family:arial,serif;
		font-weight:normal;
		font-size:11px;
		color:white;
		text-decoration:none;
		letter-spacing:2px;}
A.Table:Hover {color:#ffff00;
		background-color:#0093d9;}
TD.One {font-size:13px;
		letter-spacing: 1px;}
A.Hidden {text-decoration:none;
		color:black;}
A.Hidden:Hover {color:black;}

table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
	width: 760px;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #006699; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 2pt;
	white-space: nowrap;
}
body {margin-top:0px;}
