html body {
	margin: 0;
	height: 100%;
	overflow: visible;
	background-image: url(/gfx/mainbg.gif);
        background-position: left top;
	background-repeat: repeat-x;
	background-color: #686868;
}
td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}
.form {
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        border: 1px solid #686868;
        background-color: #f6f6f6;
}
.button {
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #4d4d4d;
        background-color: #686868;
}
.lang_on {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.lang_off {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
}
.menu {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copy {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f1f1f1;
	text-decoration: none;
}
