

	#header {
	background: #fd5001;
	color: #FD5001;
	}
	#headerv2 {
		background:#363636;
	}
	
	#slider {
	background: #dddddd;
	
	}
	
	#subfooter {
		background:#EEEEEE;
	}
	#overfooter {
		background:#363636;
	}
		#footer {
		background:#333233;
	}

	a:link {
	color: #a3a2a2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a3a2a2;
}
a:hover {
	text-decoration: none;
	color: #fd5001;
}
a:active {
	text-decoration: none;
	color: #a3a2a2;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}
