@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F95011;
	font-weight:300;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #00549F;
	margin: 0px;
}


a {
	color: #FF6600;
	text-decoration: underline;
}

.testimonials {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	display: block;

}

.testauthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	font-style: italic;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding-top:80px;
}