@charset "UTF-8";
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
.back_bot {
	background-image: url(images/back_bot.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.text_sm {
	font-size: 10px;
}
.header_sub {
	font-size: 16px;
	color: #EB9A7E;
	font-weight: bold;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EB9A7D;
}
div.testimonial {
	clear:both;
	float:left;
	font-size: 11px;
	margin-bottom:5px;
	padding-top:0;
}
.text_testimonials {
	font-size: 11px;
}
ul.text_testimonials {
	margin:0;
	padding-left:3px;
	list-style:none;
}
ul.text_testimonials li {
	margin-top:8px;
}
.text_blue {
	color: #1271B8;
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #0E78C0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C73C4;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0FB8E5;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0E78C0;
	font-weight: bold;
}

