table.menu	{
	position: absolute;
	border: 0px 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: #999999; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Comic Sans MS;
	font-size: 8pt;
	white-space: nowrap;
}

a:hover {  color: #333333}
.strike_through {  text-decoration: line-through; font-size: 10pt}
.black12 {  font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 12pt; color: 000000}
.red10 { font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 10pt; color: #CC0000 }
.red12 {  font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 12pt; color: #CC0000}
.links {  font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 12pt; color: #993300}
.white10 {  font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 10pt; color: ffffff;}
.white12 { font-size: 12px; color: ffffff ; font-family: "Trebuchet MS", "Book Antiqua", serif;}
.
.terracotta16 { font-size: 16pt; color: #993300 }
.black8 {  font-size: 8pt; color: #000000; font-family: "Trebuchet MS", "Book Antiqua", serif;}
.black10 { font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 10pt; color: 000000 }
.black10underlined { font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 10pt; color: 000000 ; text-decoration: underline}
.black12underlined { font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 12pt; color: 000000 ; text-decoration: underline}
.black16underlined { font-family: "Trebuchet MS", "Book Antiqua", serif; font-size: 16pt; color: 000000 ; text-decoration: underline}