a:link { color: #2AAE4E; text-decoration: none }
a:active { color: #2AAE4E; text-decoration: none }
a:visited { color: #2AAE4E; text-decoration: none }
a:hover { color: #2AAE4E; text-decoration: underline }

body {
	background-color: #BDBFC1;
	margin: 0px;
	padding: 0px;
}
.bg {
	background-image: url(images/bg.png);
	background-position: top;
	background-color: #BDBFC1;
	background-repeat: repeat-x;



}
td {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.txtQuote {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;

}
.tdQuote {
	background-image: url(images/bg_quote.png);
	background-repeat: no-repeat;
}
.txtGreen {
	color: #2AAE4E;
}
.txtHeading {
	font-size: 15px;
	font-weight: bold;
	color: #2AAE4E;
	font-family: Arial, Helvetica, sans-serif;

}
.tdHeadingGreen {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2AAE4E;

}
.tdHeadingLightGreen {

	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7CCA8D;
}
input {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #58585A;
	font-family: Tahoma, Arial;

}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #58585A;
	font-weight: bold;

}

