table.menu	{
	position: absolute;
	border: 1px solid #000000;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FF847B; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 9pt;
	white-space: nowrap;
	cursor: hand;
}

BODY,P,DL,DT,DD,TD,TH {
	font-family:verdana;
	font-size:10pt;
	color: Black;
}
.submit {
	background-color: #000099;
	cursor: hand;
	font-family:verdana;
	color: #ffffff;
	font-weight:bold;
	}
A:hover {
	color: #FF0000;
	}

B.hl1 {
	font-weight: bold;
	}

B.hl2 {
	font-weight: bold;
	font-style: italic;
	}
.del {
	color: #CC3300;
	text-decoration : line-through;
}
	