@charset "utf-8";
.grey_bg {

}

/* CSS Document */
body {
	background-color: #CCC;

}

.white_bg {
	background-color: #FFF;

	
}
.heading1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}

.heading2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.heading2bg {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}

.heading3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 1px;
}

.testimonials {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	color: #666;
	
}
.testimonials_name {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 8px;
	color: #333;
}

body > table {
margin:0 auto;
}
.foota_txt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size:  10px;
	font-style: normal;
}
