.left_shadow {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
}
.right_shadow {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
}
.top_shadow {
	background-image: url(images/shadow_top.gif);
	background-repeat: repeat-x;
}
.bottom_shadow {
	background-image: url(images/shadow_bottom.gif);
	background-repeat: repeat-x;
}
.main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.main_nav_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #336633;
}
.divider_horiz {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
.body_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #336633;
	text-decoration: none;
	font-weight: bolder;
}
.sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.hilite_panel_left {
	background-image: url(images/panel_left-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.hilite_panel_right {
	background-image: url(images/panel_left-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
