@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #137F5D;
}

.heading {
	font-family: Tahoma, Arial;
	font-size: 22px;
	color: #666666;
}
.green_txt {
	font-family: Tahoma, Arial;
	font-size: 15px;
	color: #137F5D;
	font-weight: bold;
}
.img_bdr {
	border: 2px solid #9FCC88;
	padding: 3px;
	margin: 5px;
}
.white {
	color: #FFFFFF;
}
.smaller {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.smaller a, .smaller a:visited {
	color: #179B71;
	text-decoration: none;
}
.smaller a:hover {
	text-decoration: underline;
}
.subhead {
	font-family: Tahoma, Arial;
	font-size: 22px;
	color: #FFFFFF;
}
.lightgreen_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #9EC487;
	font-weight: bold;
}
.greybullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #727272;
}
.black_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}
.drkgreen_txt {
	color: #137F5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
}
h2 {
	color: #990000;
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
.date {
	color: #666;
	font-size: 9px;
	margin: 0px;
}