@charset "UTF-8";

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}
a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color:#3785B3;
}
a:active {
	text-decoration: none;
}
.main {
	font-size: 12px;
	font-style: normal;
	color: #663300;
	text-decoration: none;
	line-height: 16px;
}
body {
	background-color: #e3eaf7;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(images/bkg-bluegrad.jpg);
	background-repeat: repeat-x;
}
.fontsize10 {
	font-size: 10px;
}
.testimonial {
	color: #669900;
	font-size: 10px;
	line-height: 15px;
}
.testimonial2 {
	font-size: 10px;
	line-height: 15px;
	padding-top:5px;
}
h2 {
	color: #669900;
	font-size: 18px;
	line-height:22px;
	margin-bottom:5px;
	margin-top:15px;
}
.h2-column2 {
	color: #669900;
	font-size: 18px;
	font-weight: bold;
	line-height:22px;
	margin-bottom:5px;
	margin-top:5px;
}
h1 {
	font-size:24px;
	color: #669900;
	margin-bottom:10px;
	margin-top:10px;
}
p {
	margin-bottom:10px;
	margin-top:5px;
}
.box {
	padding:1px 10px 1px 10px;
	background-color: #FAEECA;
}
.boxblue {
	padding:1px 10px 1px 10px;
	background-color: #DBE4F5;
}
.padding {
	padding:10px;
}

.paddingtop {
	padding-top:10px;
}
ul {
	margin-top:0px;
	font-size:12px;
	color: #669900;
	padding-left:20px;
}
.brown {
	color: #663300;
}
.green {
	color: #669900;
}
.orange {	
	color: #FF6600;
}
.style7 {
	font-size:17px;
}
.fltright {
 float:right;
 margin-top:10px;
 }