body {
	background-color: #FFFFFF;
	font-family: "Tahoma";
	font-size: 11px;
	letter-spacing: 1px;
	line-height:15px;
}
form {
	margin: 0px; 
	padding: 0px; 
}
.link_std {
}
.link_std a:link {
	color: #85A92C;
	text-decoration: none;
}
.link_std a:active {
	color: #85A92C;
	text-decoration: none;
}
.link_std a:visited {
	color: #85A92C;
	text-decoration: none;
}
.link_std a:hover {
	color: #658D9C;
	text-decoration: none;
}
.link_mnu {
	font-weight:bold;
}
.link_mnu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.link_mnu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.link_mnu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link_mnu a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.small_std {
	color: #92B831;
	font-size:8px;
}
.small_std a:link {
	color: #92B831;
	text-decoration: none;
}
.small_std a:active {
	color: #92B831;
	text-decoration: none;
}
.small_std a:visited {
	color: #92B831;
	text-decoration: none;
}
.small_std a:hover {
	color: #92B831;
	text-decoration: none;
}
.mnu_bar {
	color: #FFFFFF;
	background-color: #92B831;
	line-height: 21px;
}
.sep_left_mnu {
	padding-right: 6px;
}
.sep_top_mnu {
	padding-left: 10px;
	padding-right: 10px;
}
.dot_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #92B831;
}
.dot_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92B831;
}
.dot_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #92B831;
}
.dot_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #92B831;
}
.fnt_blue {
	color: #658D9C;
	text-decoration: none;
}
.fnt_green {
	color: #92B831;
	font-weight:bold;
	text-decoration: none;
}
.fnt_white {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
.fnt_red {
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
}
.txt_fld {
	background-color:#FFFFCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #658D9C;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:15px;
}
.std_btn {
	background-color:#92B831;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:15px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 100px;
}
.fnt_italic {
	background-color: #FFFFFF;
	font-family: "Times";
	font-size: 12px;
	font-style:italic;
	letter-spacing: 1px;
	line-height:15px;
}