body {
    margin: 0px;
    font-family: Verdana, Helvetica,sans-serif;
    color:#303030;
    font-size: 12px;
}
/* background setting */
.headerBG {
	background-image: url(/images/background/index_bg2.gif);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}
#spec a{ color: #000000; 
    text-decoration: none;
}
/* gen html */
td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 1px;
}
img.img { 
	border : 1px solid #333333; 
}
/* template construction */
#pm {
	width:100%;
	display: block;
}
#MemberLeft {
	width: 160px;
	float: left;
	text-align:center;
}
#MemberRight {
	width: 800px;
	float: left;
	margin-left: 8px;
}
#MemberLeft #SubMenu { 
	width: 160px; 
	border-top : 1px solid #8BE681;
	border-bottom : 1px solid #8BE681;
	background-color: #E4FAE2;
	margin-top: 0px;
	padding-top: 20px;
	text-align:left;  
}
#MemberLeft .MenuButton {
	width: 160px;
	margin-top: 10px;
}
#MemberLeft .MenuButton2 {
	width: 160px;
	margin-top: 5px;
}
#footer {
	display: block;
	position: relative;
	height: 120;
	width: 100%;

}
#footer #cloud {
	display: block;
	position: relative;
	bottom:0;
	left: 0;
	padding:0px;
	z-index:1;
}
#footer #copyright {
	display: block;
	position: absolute;
	bottom:10;
	left: 20;
	padding:0px;
	z-index:2;
}
#footer #copyright {
  	width: 800px;
	float: left;
	text-align: left;
}
#copyright, #copyright a {
    font-family: Arial, Verdana, Times New Roman;
    font-size: 10px;
    letter-spacing: 1px;
    color: #888888;
    text-decoration: none;
}
/* font style */
h1, h2, h3, h4, h5, h6 {
	display: inline;
	line-height: 150%;
}
h1 { 
	font-size:22px;
}
h2 { 
	font-size:16px;
}
h3 { 
	font-size:13px;
}
h4 { 
	font-size:12px;
}
h5 { 
	font-size:11px; 
}
h6 { 
	font-size:10px;
}
.gen { 
	font-size: 12px; 
}
/* link */
#pm a { 
	width: 100%;
	height: 22px;
	display: block;
	padding: 0px; 
	padding-left: 2px; 
	background: #FFFFE1; 
	text-decoration: none; 
	border-bottom: #808080 1px solid;
	color: #000000; 
}
#pm a:hover { 
	background: #0A246A; 
	color:#FFFFFF; 
}

a:link,a:active,a:visited {
    font-size: 12px;
    color: #006699; 
}

a:hover {
    font-size: 12px;
    color: #DD6900; 
    text-decoration: none;
}
/* The main submit button option */
input { 
	text-indent : 2px; 
}
input.mainoption {
	background-color : #FAFAFA;
	color: #303030;
	font-weight : bold;
	padding-top:4px;
	border: 1px solid #303030;
}
input.liteoption {
	background-color : #eeeeee;
	color: #303030;
	font-weight : bold;
	padding-top: 3px;
	height:22px;
	border: 1px ridge;
}
input.engoption {
	background-color : #eeeeee;
	color: #303030;
	font-weight : bold;
	height:22px;
	border: 1px ridge;
}
ul.submenu {
	list-style: none;
}
#SubMenu a {
	height: 28px;
	display: block;
	padding:5px;
	border-bottom : 1px solid #FFFFFF;
}
#SubMenu a.checked {
	background-color : #FFFFFF;
	display: block;
	border-top : 1px solid #8BE681;
	border-left : 1px solid #8BE681;
	border-bottom : 1px solid #8BE681;
}
#Message {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 968px;
	border-top : 1px solid #78D4F5;
	border-bottom : 1px solid #78D4F5;
	background-color: #F0F9FB;
}