body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	overflow: auto;
}
a {
	color: #481409
}
.all{
 position: absolute;
 visibility: hidden;
}

.input{
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: #000000;
 border: 1px solid #045e04;
}
.button{
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: #000000;
 border: 1px solid #045e04;
 padding: 2px 5px 2px 5px;
 margin-top: 5px;
 text-align: center;
 background-color: #cdcdcd;
 cursor: pointer;
}

.B {
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #8c501e;
 background-image: URL(images/MenuOut.gif);
 padding: 9px 0px 10px 25px;
 cursor: pointer;
}
.subMclass1{
 position: absolute;
 display: none;
 height: 100px;
 width: 280px;
 padding: 7px 0px 0px 2px;
 background-color: #ffffff;
 z-index: 3;
}
.subMclass2{
 position: absolute;
 display: none;
 height: 45px;
 width: 188px;
 padding: 7px 0px 0px 2px;
 background-color: #ffffff;
 z-index: 3;
}
.S{
 width: 105px;
 height: 18px;
 color: #8c501e;
 font-weight: bold;
 padding: 0px 0px 0px 15px;
 font-family: Arial;
 font-size: 11px;
 cursor: pointer;
 background-image: URL(images/SubMenuOut.gif);

}
.interior {
 overflow: auto;
 padding: 0px 7px 15px 0px;
}
.title2 {
	font-family: Verdana;
	font-size: 14px;
	color: #045e04;
	font-weight: bold;
	padding-bottom: 2px;
}
.title3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8c501e;
}
.title4 {
	font-family: Verdana;
	font-size: 13px;
	color: #486848;
	font-weight: bold;
}

.normal {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.small {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.notice { 
	color: #8c501e;
}