@charset "utf-8";
/* CSS Document */

.headery {
	background:url(images/headery.png) repeat-x;
	height: 45px;
}
.headerBg{
		background: #fff url(images/headerBg.png) repeat-x left bottom;
}
.headcontTopBg{
	background-color: #141414;
	background-image: url(bg_00%5B6%5D.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.headcontBotBg{
	background: #ac0404 url(images/headcontBotBg.png) repeat-x left top;
	text-align: center;
	
}
.mainBg{
	background: #FFF url(images/mainBg.png) repeat-x left top;
}
.footerBG{	background: #fff url(images/footerBg.png) repeat-x left bottom;
background-color:#101010;
color:ffffff;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12;
}
.WhiteText{
	color:#FFF;
	font-size: 11px;
}
.LightGrayText{
	color:cccccc;
}

.RedText{
	color:#AC0404;
	font-weight: bold;
}
.DarkGray{
	color:#666;
	font-size:20;
	font-weight: bold;
}
.lightGrayW {
	color: #666;
}
.fontDodekaTahoma{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.Size14{
	font-size:14;
}

.Sizedecaocto{
	font-size:18;
}
.bgColour {
	background-image: url(images/black80.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

