body{
	margin:0;
	padding:0;
	color:#333333;
	line-height: 20px;
	font-size: 12px;
	background-color: #EEEEEE;
	scrollbar-arrow-color: 		 #E1F3FF;
	scrollbar-Track-Color: 		 #E1F3FF;
	scrollbar-3dlight-color:	 #A4DBFF;
	scrollbar-base-color: 		 #A4DBFF;
	scrollbar-dark-shadow-color: #A4DBFF;
	scrollbar-face-color: 		 #A4DBFF;
	scrollbar-highlight-color: 	 #A4DBFF;
	scrollbar-shadow-color: 	 #A4DBFF;
}

a:link    { text-decoration: none;color: #009900; }
a:visited { text-decoration: none;color: #009900; }
a:active  { text-decoration: none;color: #009900; }
a:hover   { text-decoration: underline;color: #FF0000; }

.menu1 {
	line-height: 20px;
	font-size: 12px;
}
.menu2 {
	line-height: 20px;
	font-size: 12px;
}
.menu3 {
	line-height: 20px;
	font-size: 12px;
}
.menu4 {
	line-height: 20px;
	font-size: 12px;
	display: block;
	padding: 4px;
	border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #639A00;
	border-top-width: 2px;border-top-style: dotted;border-top-color: #639A00
}

.menu1 a:link    { display: block;padding: 4px; }
.menu1 a:visited { display: block;padding: 4px; }
.menu1 a:hover   { display: block;padding: 4px; }
.menu1 a:active  { display: block;padding: 4px; }
.menu2 a:link    { display: block;padding: 4px;border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #639A00; }
.menu2 a:visited { display: block;padding: 4px;border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #639A00; }
.menu2 a:hover   { display: block;padding: 4px;border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #639A00; }
.menu2 a:active  { display: block;padding: 4px;border-bottom-width: 2px;border-bottom-style: dotted;border-bottom-color: #639A00; }
.menu3 { padding: 4px; }

.font12 {
	font-size: 12px;
	line-height: 16px;
}
.bg1 {
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg2 {
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bg3 {
	background-image: url(img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.font12-2 {
	font-size: 12px;
	line-height: 20px;
}
.font11 {
	font-size: 11px;
}
.font15 {
	font-size: 15px;
	line-height: 18px;

}
.font12lg {
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
.font12-up {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.font18 {
	font-size: 18px;
	line-height: 24px;

}
.font12lg2 {

	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}
.font14 {
	font-size: 14px;
	line-height: 20px;
}
.font14-2 {
	font-size: 14px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
}

.btn .on {
	border: 1px solid #aaa;
	padding: 5px;
	text-align:center;
	text-decoration:none;
#	color:#000;
#	background: #ccc;
	color:#FFF;
	background: #000080;
}
.btn:hover{
	text-decoration:none;
	background: #eee;
}
.btn .on:hover{
	background: #eee;
}
.btn .off {
	border: 1px solid #aaa;
	padding: 5px;
	text-align:center;
	text-decoration:none;
#	color:#000;
#	background: #ccc;
	color:#FFF;
	background: #8B4513;
}
.btn .off:hover{
	background: #eee;
}
