.bg {
	background-color: a8a8a8;
}
.banner {
	background-color: #fdddce;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
.subheading {
	font-family: "Trebuchet MS";
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ff6600;
	text-align: justify;
		text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
		text-decoration: none;
}

b {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #cccccc;
	text-align: justify;
		text-decoration: none;
}
b:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ff6600;
	text-align: justify;
		text-decoration: none;
}


