@charset "utf-8";
.style1 {	font-size: 16px;
	font-weight: bold;
}

/* CSS Document */
body {
	background-image: url(images/bkgrnd_green.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #83AC28;
	background-position: center top;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #94BF05;
}
body {
	background-image: url(images/bkgrnd_green.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #83AC28;
	background-position: center top;
}
.bkg_grey {
	background-image: url(images/bkgrnd_grey_rpt.png);
	background-repeat: repeat-y;
}
.bkg_main_header {
	background-image: url(images/bkgrnd_main_header.png);
	background-repeat: no-repeat;
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A2A2A;
	font-weight: 500;
	line-height: 16px;
	padding-left: 15px;
}
.body_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-image: url(images/bullet_arrw_green.png);
}
.bodytxt_headline1 {
	font-size: 18px;
	font-weight: bold;
	color: #A9DE0A;
}
.bkg_grey {
	background-image: url(images/bkgrnd_grey_rpt.png);
	background-repeat: repeat-y;
}
.bkg_main_header {
	background-image: url(images/bkgrnd_main_header.png);
	background-repeat: no-repeat;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #94BF05;
}
a:link {
	color: #A9DE0A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A9DE0A;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #A9DE0A;
}
