body{
	padding:0px;
	margin:55px 0px 0px 0px;
	background:#272e38;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#7e7e7e;
	}
	
.black_bg{
	background:#101417;
	height:82px;
	}
	
.orange_bg{	
	background:#d63d01;
	}
	
.grey_bg{
	background:#6b6b6b;
	}
	
.link1{
	font-weight:bold;
	color:#df693b;
	text-decoration:underline;
	}
	
a.link1:hover{
	font-weight:bold;
	color:#df693b;
	text-decoration:none;
	}
	
.heading1{
	font-weight:bold;
	color:#bcbcbd;
	}
	
.heading2{
	font-weight:bold;
	color:#d08a2e;
	}
	
.link2{
	color:#7d7d7d;
	text-decoration:underline;
	}
	
a.link2:hover{
	color:#b9b8b3;
	text-decoration:underline;
	}
	
.link3{
	color:#d3592a;
	text-decoration:none;
	}
	
a.link3:hover{
	color:#d3592a;
	text-decoration:underline;
	}
	
.footer_bg{
	background:#15191c;
/*	height:45px;*/
	}
	
.footer_bg ul{ 
	list-style-type:none;
	line-height:18px;
}	

.footer_bg ul li{ 
	display:inline;
	border-right:1px solid #656565;
	padding:0 7px;
}

.footer_bg ul li a{ 
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#7e7e7e;
	text-decoration:none;

}

.footer_bg ul li a:hover{
	color:#ced1d5; 
}	
.footer_menu{
	color:#656565;
	text-decoration:none;
	}
	
a.footer_menu:hover{
	color:#656565;
	text-decoration:underline;
	}
	
.link4{
	color:#a75b35;
	text-decoration:none;
	}
	
a.link4:hover{
	color:#a75b35;
	text-decoration:underline;
	}
	
.grey_td{
	background:#67686e;
	padding:5px;
	}
	
.lightgrey_td{
	background:#46484a;
	padding:3px;
	}


ul.site-map-list{
	list-style-type:disc;
}

ul.site-map-list li{
	padding:0 0 8px 0;}


ul.site-map-list li a{	
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#7e7e7e;
	text-decoration:none;
}

ul.site-map-list li a:hover{
	color:#ced1d5;
}

ul.site-map-list li ul{
	padding:8px 0 0 28px;
	list-style-type:square;
}