body {
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(img/bgr.jpg);
	background-color:#1D1D1D;
}

a {
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	color:#CC0000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.normalText {
	font-family:Verdana;
	color: #666666;
	font-size:11px;
	line-height:18px;
}
.greyTitle {
	font-family:Verdana;
	color:#666666;
	font-size:18px;
	line-height:20px;
}
a.menuBtn,a.menuBtn:link,a.menuBtn:visited,a.menuBtn:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:13px;
	line-height:18px;
	text-decoration:none;
}
a.menuBtn:hover {
	text-decoration:underline;
	color:#CC0000;
}

a.smallWhiteRed,a.smallWhiteRed:link,a.smallWhiteRed:visited,a.smallWhiteRed:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
}
a.smallWhiteRed:hover {
	color:#CC0000;
}