@charset "UTF-8";
@font-face {
 font-family: "DIN-Regular";
 src: url(fonts/dinregular.ttf);
}
@font-face {
 font-family: "DIN-Black";
 src: url(fonts/dinblack.ttf);
}
.menubg {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #cc3399;
}
.mtext {
	font-family: DIN-Regular;
	font-size: 13px;
	color: #FFF;
	padding: 5px;
}
.mtext a{
	font-family: DIN-Regular;
	font-size: 13px;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}
.mtext hover{
	font-family: DIN-Regular;
	font-size: 13px;
	color: #000;
	padding: 5px;
	text-decoration: none;
}
.tablebg {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #fff;
}
.text {
	font-family: DIN-Regular;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
.Blacktext {
	font-family: DIN-Black;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
.title {
	font-family: DIN-Black;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
}
body {
	background-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

