.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a.bodytext:link {
	color: #1A7C17;
	text-decoration: none;
}
a.bodytext:hover {
	text-decoration: underline;
	color: #336633;
}
a.bodytext:visited {
	color: #336633;
	text-decoration: none;
}
a.bodytext:active {
	color: #336633;
	text-decoration: underline;
}
.top_border {
	background-image: url(images/top_border_slice.gif);
	background-repeat: repeat-x;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #1A7C17;
}
.left_shadow {
	background-image: url(images/left_slice.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right_shadow {
	background-image: url(images/right_slice.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottom_shadow {
	background-image: url(images/bottom_slice.gif);
	background-repeat: repeat-x;
}
.mousetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
