body {
color: #111111;font-family:tahoma,arial; 
font-size: 12px; 
font-weight:none;
 	background: #FFFFFF url(./img/fff.jpg) fixed
	scrollbar-face-color: #ffc886;
	scrollbar-shadow-color: #f8e4d0;
	scrollbar-base-color : cccccc;
	scrollbar-highlight-color: #f8e4d0;
	scrollbar-3dlight-color: #f8e4d0;
	scrollbar-darkshadow-color: #f8e4d0;
	scrollbar-track-color: #f8e4d0;
	scrollbar-arrow-color: #ff0000;
}
td {
color: #111111;font-family:tahoma,arial; 
font-size: 12px; 
font-weight:none;
	scrollbar-face-color: #ffc886;
	scrollbar-shadow-color: #f8e4d0;
	scrollbar-base-color : #f8e4d0;
	scrollbar-highlight-color: #f8e4d0;
	scrollbar-3dlight-color: #f8e4d0;
	scrollbar-darkshadow-color: #f8e4d0;
	scrollbar-track-color: #f8e4d0;
	scrollbar-arrow-color: #ff0000;
}

table.menu	{
	position: absolute;
	border: 0px solid #ffc886;
	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: #7b8185; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 0px 0px;
	font-family: Verdana;
	font-size: 10pt;
	white-space: nowrap;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	color: #ff6830;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	color: #da0820;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	color: #da1830;
	text-decoration: none;
}

