html body {
	margin: 0;
	height: 100%;
	overflow: visible;
	background-image: url(/gfx/bg.gif);
        background-position: left top;
	background-repeat: repeat-x;
	background-color: #686868;
}
td {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	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 #c81017;
	background-color: #686868;
}
.lang {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.meta {
	height: 1px;
	overflow: auto;
	font-family: Tahoma, Verdana;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
}