body {
	background-color:#E2E3E5;
	padding: 0px;
	margin: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #58595b;
}

.hspacer {
	width: 100%;
	height: 9px;
	background-color: #FFFFFF;
}

.footer_left {
	float: left;
	color: #959595;
	font-size: 10px;
	font-weight: normal;
	width: 490px;
}

.footer_right {
	float: right;
	color: #959595;
	font-size: 10px;
	font-weight: normal;
	margin-right: 30px;
	padding-top:42px;
}

.footer_right a, .footer_right a:hover, .footer_left a, .footer_left a:hover {
	color: #959595;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.footer_right a:hover {
	text-decoration: underline;
}

.td_ {
	width: 126px;
	height: 30px;
}

/* previous style */
.prev a {
	font: normal 12px/16px Tahoma;
	text-align: right;
	text-decoration: none;
	color: #00aeef;
	padding-right: 5px;
	vertical-align: middle;
}

.prev a:hover {
	text-decoration: underline;
	color: #00aeef;
}

/* next style */
.next a {
	font: normal 12px/16px Tahoma;
	width: 100px;
	text-align: left;
	text-decoration: none;
	color: #00aeef;
	padding-left: 5px;
	vertical-align: middle;
}

.next a:hover {
	text-decoration: underline;
	color: #00aeef;
}

/* Testimonials */

.testimonialsBox {
	padding: 0px 0px 0px 10px;
	margin: 0px; 
}

.testimonialsImage {
	padding-bottom:10px;
}

.testimonialsText {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #818284;
}
.testimonialsAuthor {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #818284;
	margin-top: 10px;
}

/* Forms Styles */

form {
	padding: 0px;
	margin: 0px;
}
.txtform {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
}
.button {
	border: 1px solid #adb7bc;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #34bdef;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px;
}

/*Error Message*/

.error_message {
	color: #FF0000;
	text-align: left;
	padding-bottom:10px;
}
/* Clear Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
