h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #F8C301;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3E9838;
	padding-bottom: 5px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #65AA2C;
}
.border {
	border: 1px dotted #F8C301;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
	line-height: 16px;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A9933;
}
a {
	color: #6FAF27;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3F983A;
}

