.all {
	background-color: #333333;
}
.border {
	border: 1px solid #CCCCCC;
}
.text {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8591C4;
	text-decoration: none;
	font-weight: bold;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3955C;
	text-decoration: none;
	font-weight: bold;
}
.about_bg{
	background-image: url(./images/about_us.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_bg{
	background-image: url(./images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.services_bg{
	background-image: url(./images/services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F28857;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.test_bg{
	background-image: url(./images/test_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.group_bg{
	background-image: url(./images/group_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bulk_bg{
	background-image: url(./images/bulk_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.add_bg{
	background-image: url(./images/add_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.white_bg {
	background-color: #F7F7F7;
}
.account_bg{
	background-image: url(./images/report.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3955C;
	text-decoration: none;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F9AC9;
	text-decoration: underline;
}
.links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F49E5C;
	text-decoration: none;
}
