table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #333333; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}

a:hover {  color: #CC6600}
.strike_through {  text-decoration: line-through; font-size: 10pt}
.black12 {  font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"; font-size: 12pt; color: 000000}
.red10 { font-size: 10pt; color: #CC0000 ; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"}
.red12 {  font-size: 12pt; color: #CC0000; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"}
.links {  font-size: 10pt; color: #993300; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"}
.white10 {  font-size: 10pt; color: ffffff; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"}
.white12 { font-size: 12pt; color: ffffff ; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"}
.white16comic { font-size: 16pt; color: ffffff ; font-family: "Book Antiqua", "Times New Roman" }.terracotta16 { font-size: 16pt; color: #993300 }.white8 { font-size: 8pt; color: ffffff; font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman" }
.black10 { font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman"; font-size: 10px; color: 000000 }
