@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding:0 12px 12px 12px;
}
a {
	color:#286600;
}
h2 {
	margin-bottom: 12px;
	color: #286600;
	font: italic normal 180% Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
h3 {
	margin-bottom: 6px;
	font: italic normal 140% Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-left: 1.5em;
	padding-left: 0px;
}
li {
	padding-left: 0px;
}
.sidebar {
	font-size: 90%;
	margin: 2px 2px 6px 9px;
	border: 1px solid #8A9B55;
	padding: 6px;
}
.sidebar td {
	padding: 6px;
}

.sidebar_divider {
	border-top: 1px solid #98AA62;
}



.space_before_6 {
	margin-top: 6px;
}
.space_before_9 {
	margin-top: 9px;
}
.space_before_12 {
	margin-top: 12px;
}
.space_before_3 {
	margin-top: 3px;
}
.text_small {
	font-size: 80%;
}
.divider_horiz {
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: 2px dotted #98AA62;
}
.vis_hidden {
	visibility: hidden;
}
.display_none {
	display: none;
}

.display_block {
	display: block;
}
.nowrap {
	white-space: nowrap;
}



#left_menu {
	padding: 0px 9px 6px 0;
	background-color: #fff;
	border-right: 1px none #A8DD8E;
}
#left_menu p {
	padding: 9px 4px 6px 0;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#left_menu li {
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 6px;
}

#left_menu a:link {
	font-style: normal;
	color: #8A9B55;
	text-decoration: none;
}
#left_menu a:visited {
	font-style: normal;
	color: #8A9B55;
	text-decoration: none;
}
#left_menu a:hover {
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
#left_menu a:active {
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
#left_menu a.current {
	color: #d70000;
}
