.greenbg {
	background-color: 95CC00;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fadeline {
	background-image: url(images/fade.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.framebg {
	background-image: url(images/frame_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maintextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B9202;
	list-style-position: outside;
	list-style-type: square;


}
.maintextyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8A000;
	list-style-position: outside;
	list-style-type: circle;

}
.maintextpurplebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	text-decoration: underline;


}
.leftsidebg {
	background-color: 324400;
	background-image: url(images/sfleft.jpg);
	background-repeat: repeat-y;
	background-position: right;

}
.rightsidebg {

	background-color: 324400;
	background-image: url(images/sfright.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.maintextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
