@media print {
	.gradBG {
		background-color: #ffffff;
	}
	.sunrayBG {
		background-color: #ffffff;
		background-image: none;
	}
	.printstyle {
		display: none;
	}
}

@media screen {
	.gradBG {
		background-attachment: fixed;
		background-color: #D2E9BD;
		background-image: url(image/bgslice.jpg);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.sunrayBG {
		background-attachment: fixed;
		background-color: #D2E9BD;
		background-image: url(image/middle_rays2.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.printstyle {
		display: block;
	}
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
.picBorder {
	border: 2px solid #83C73F;
}
.smallSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13px;
	font-weight: 900;
	text-transform: uppercase;
	color: #0052A2;
	margin-bottom: -5pt;
}
.hang13 {
	text-indent: -13px;
	margin-left: 13px;
}
.biggerType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
a {
	color: #4A7421;
	text-decoration: none;
}
.likeParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	padding-bottom: 4px;
}
.pt9 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.currentLinkColor {
	color: #0099CC;
}
.boldUppercase {
	font-weight: 900;
	text-transform: uppercase;
}
ul {
	list-style-image: url(image/box_green.gif);
}
.bigType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 6px;
	letter-spacing: -1px;
}
.whiteOnGreen {
	color: #FFFFFF;
	background-color: #69A52E;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.pt8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 900;
	line-height: 10pt;
}
.whiteType {
	color: #FFFFFF;
}

