/* CSS Document */

.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
	list-style-type: decimal;
}
.headstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #99CC00;
	line-height: 20px;
}
.boldstyle_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
}
.bgnd_pic {
	background-image: url(images/bottom_bgnd_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bold_subs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
}
.bgnd_grad {
	background-image: url(images/grey-white_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.boldstyle_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC00;
	font-weight: bold;
	line-height: 15px;
}
.bodystyleCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
	list-style-type: disc;
}

