/* CSS Document */

body {
	margin: 0;
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
}
.greenText {
	color:#89B900;
}
h1 {
	color: #89B900;
	margin-top: 20px;
}
h2 {
	color: #89B900;
	margin-top: 40px;
}
.callToAction {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
}
.style3 {
	color: #006699
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #999999;
}
.greenText {
	color: #89B900
}

