BODY {
	SCROLLBAR-FACE-COLOR: #666666; SCROLLBAR-HIGHLIGHT-COLOR: silver; SCROLLBAR-SHADOW-COLOR: #666666; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: silver; SCROLLBAR-TRACK-COLOR: #666666; SCROLLBAR-DARKSHADOW-COLOR: black
}
.button {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 22px
}
.form {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	left: px;
	top: 155px;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #CC9900; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana;
	font-size: 10pt;
	white-space: nowrap;
}
.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
.language:hover {
	color: #CC3300;
	text-decoration: underline overline;
	font-weight: normal;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.menu:hover {
	color: #CC3300;
	text-decoration: underline overline;
	font-weight: normal;
}
.menuActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: underline overline;
	font-size: 12px;
	font-weight: normal;

}
