body {
	background-color: #9aab47;
	margin: 3px 0;
}
a:link, a:visited {
	color: #9aab47;
	text-decoration: none;
}
a:hover, a:active {
	color: #2e6797;
	text-decoration: underline;
}
/* ----------menu-------------- */
#menu {
	padding: 0;
	margin: 0;
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
}
#menu a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
#menu a:hover { 
	color: #ffffff;
	background: #791188; 
}
/* ----------main body-------------- */
h1 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #791188;
}
h2 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #768628;
	margin: 0;
}
h3 {
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	color: #9aab47;
	border-bottom: 1px dotted #9aab47;
}
p, li {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
	color: #162e1b;
}
.chart {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 14px;
	color: #162e1b;
}
.address {
	font: normal 13px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #791188;
	font-weight: bold;
}
.red { color: #790007; }
.small { font-size:10px; line-height:12px; }
hr {border: none 0; 
	border-top: 1px dotted #f2e5d5;
	border-bottom: 1px solid #d9c1a9;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
input.custom {
	width: 150px;
	padding: 5px 0;
	font: normal 11px Arial, Verdana, sans-serif;
	color: #791188;
	font-weight: bold;
}
/* ----------footer-------------- */
#footer p {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
}
#footer a:link, #footer a:visited  {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #9aab47;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}