html body {
	margin: 0;
	height: 100%;
	overflow: auto;
	position: relative; 
	background-image: url(gfx/bg.gif); 
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #F0EFEF;
}
.form {
        font-family: Tahoma, Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #7A7A7A;
        background-color: #555555;
}
.fadebutton {
        font-family: Tahoma, Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #7A7A7A;
        background-color: #6A6A6A;
}
.topmenu {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menutd:hover {
        background-image: url(gfx/menuon.gif);
        background-position: center top;
        background-repeat: repeat-y;
}
.menutd_right:hover {
        background-image: url(gfx/menuon_right.gif);
        background-position: center top;
        background-repeat: repeat-y;
}
td {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
}
.red {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DF192B;
	text-decoration: none;
}