body {
	background-color: #C2C9D1;
	margin: 0px;
	padding: 0px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
.table-bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C5C7CA;
	border-right-color: #C5C7CA;
	border-left-color: #C5C7CA;
}
.bdr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}

.bottom-bdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C7CA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5C7CA;
	border-left-color: #C5C7CA;
}
.tab-bg {
	background-image: url(../images/tab-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 41px;
}
.float-left {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #232323;
	text-decoration: none;
}
#testimonial-bg {
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 195px;
	width: 306px;
}
#ajaxticker1{
	width: 250px;
	height: 140px;
	padding: 5px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
