html body {
	margin: 0;
	overflow: visible;
        background-image: url(gfx/bg.gif);
        background-position: left top;
        background-repeat: repeat-x;
	background-color: #fdfcfa;
}
.menu {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #515050;
	text-decoration: none;
}
.lang {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #8e8457;
	text-decoration: none;
}
.langsel {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5c5431;
	text-decoration: none;
}
.copy {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #655d3b;
	text-decoration: none;
}
td {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
}
.simplink {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
}
.simplink:hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D10914;
	text-decoration: none;
}
.form {
        font-family: Verdana;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #a29764;
        text-decoration: none;
        border: 1px solid #d5cca3;
        background-color: #fffefb;
}
.button {
        font-family: Verdana;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
	border: 1px solid #FFFFFF;
        background-color: #565656;
}
.red {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D10914;
	text-decoration: none;
}

.prodname {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #231F20;
	text-decoration: none;
}
.white {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.meta {
	font-family: Verdana;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
	color: #fdfcfa;
	text-decoration: none;
}
