html body {
	margin: 0;
	overflow: visible;
	background-image: url(/gfx/bg.gif);
        background-position: left top;
        background-repeat: repeat-x;
        background-color: #ffffff;
}
.menu {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff9fb;
	text-decoration: none;
}
.menusel {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff9fb;
	text-decoration: underline;
}
.left td {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff9fb;
	text-decoration: none;
}
.foot td {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #91888a;
	text-decoration: none;
}
td {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #91888a;
	text-decoration: none;
}
.curpos {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ee1c54;
	text-decoration: underline;
}