

BODY {
 	background-color:#000000;
	background-image:url(../../images/bgblack.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	}
A {
	font-family:Arial;
	font-size: 12px;
	color: #565555;
	font-weight: normal;
	text-decoration: none;
}
A img{border: none;}


A:hover {
	text-decoration: none;
	color: #ffffff;
	}

table{border-collapse:collapse;}

form {
	display:inline;
	}

h1 {
	font-family:arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding-top: 4px;
	padding-left: 8px;
	height:25px;
}


h2 {
	font-family:arial;
	font-size: 13px;
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding-top: 4px;
	padding-left: 8px;
	height:24px;
}


.margin{
margin :0px; 
}

/*-----------------------------*/


.redbg {
			background-color:#a21405;
	}
	
.graybg {
	background-color:#2f2e2e;
	}	
.blackbg {
	background-color:#1d1d1d;
	}	


.mainpadding {
	padding:13px;
	}

.smallpadding {
	padding:8px;
	}

.photo-border {
	border: 1px solid #d2d2d2;
		}	


.box-border {
	border: 1px dotted  #6d6d6d;
		}	

.vertical-border {
	border-right: 1px dotted  #6d6d6d;
		}	

/*------------------------------------------------*/

.linkwhite {
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover.linkwhite {
	font-family:Arial;
	font-size: 12px;
	color: #ffd200;
	font-weight: bold;
	text-decoration: none;
}

.linkgrey {
	font-family:Arial;
	font-size: 12px;
	color: #c7c7c7;
	font-weight: bold;
	text-decoration: none;
}
a:hover.linkgrey {
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



/*-----------------------------------------*/

.bodytext {
	font-family:Arial;
	font-size: 12px;
	color: #bdbdbd;
	font-weight: normal;
	text-decoration: none;
}

.bodytext2 {
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.heading1 {
	font-family:arial;
	font-size: 14px;
	color: #d2d0d0;
	font-weight: bold;
	text-decoration: none;
}
	

.heading3 {
	font-family:arial;
	font-size: 13px;
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
}

.tab {
	border-collapse:collapse;
	border: 1px dotted #bebebe;
}
.tab th {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-color:#7e7e7e;
	border: 1px dotted #bebebe;
	padding:2px;
	text-align:left;
	height:25px;
}
.tab td {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#bdbdbd;
	text-decoration:none;
	border: 1px dotted #bebebe;
	padding:5px;
	
}


.button {
	font-family:Arial;
	font-size: 12px;
	color: #403f3f;
	font-weight: Bold;
	text-decoration: none;
	background-color:#d5d5d5;
	height:23px;
	border: 1px double #999999;
	
	}	
