/* MAIN BODY FORMATING */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: justify;
}
body {
	background-color: #202020;
	background-image: url(images/mback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textSmall {
	font-size: 10px;
}
a:link {
	color: #66CCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #66CCCC;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #00CC33;
}
#headTbl td {
	color: #999999;
	font-size: 10px !important;
}
#headTbl a:link, #headTbl a:visited, #headTbl a:active {
	color: #FFFF33;
	text-decoration: underline;
}
#headTbl a:hover {
	text-decoration: none;
	color: #CC0000;
}
#footerCnt {
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#footerTbl {
	color: #999999;
	width: 950px;
	height: 110px;
}
#footerTbl td {
font-size: 10px !important;
color: #666666 !important;
}

#footerTbl a:link, #footerTbl a:visited, #footerTbl a:active {
	color: #FFFF33;
	text-decoration: underline;
	font-size: 10px;
}
#footerTbl a:hover {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-size: 24px !important;
	color: #cb0000;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.solHead {
	font-size: 16px;
	color: #808080;
	font-weight: bold;
	background-color:#000000;
	text-align: left !important;
}

strong {
	color: #FFCC00;
}

/* FORM FORMATING */

.formError {
	font-weight: bold;
	color: #FF0000;
}
.formBody {
	text-align: right;
}
.formColor {
	color: #33CC33;
	text-align: right;
}
.mErrorForm {
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #CC0000 !important;
	border: 1px solid #333333;
}

/*  ARTICLE ADMIN COLORS  */

.artTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #363430;
	border-right-color: #363430;
	border-left-color: #363430;
}

.artTable td {
	padding: 8px;
}

.artDesc {
	padding-top: 0px !important;
}

.artSpacer {
	padding: 0px !important;
	background-color: #363430;
	height: 1px;
}

.artTitle {
	font-size: 18px;
	color: #FFCC00;
	font-weight: bold;
}

.rowColor1 {
	background-color: #161410;
}

.rowColor2 {
	background-color: #22201d;
}

/*slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:936px;
	height:358px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{
	width:38;
	height:28;
	position: absolute;
	top: 500px;
	left:1130px; 
	hover:none;
		
}	