@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	text-decoration: none; color:#000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p{
	margin:0; padding:0
}

.STYLE1 {color: #FFFFFF}
.STYLE4 {color: #A5A5A5}

.h_left_m {color: #FF0000; font: bold 14px arial; text-decoration: none; outline: none; text-align: center;}

a.headmenu:link { color: #ffffff; text-decoration: none} 
a.headmenu:visited { color: #ffffff; text-decoration: none} 
a.headmenu:hover { color: #FFFF00; text-decoration: none} 
a.headmenu:active { color: #00FF66; text-decoration: none} 

a.first:link	{ color:#000000 }
a.first:visited	{ color:#333333 }
a.first:hover	{ color:#009933}
a.first:active	{ color:#000000}

.menu { font: bold 14px arial; text-decoration: none; color: #fff; outline: none; text-align: center; }
.menu_black { font: bold 14px arial; text-decoration: none; color:#663333; outline: none; text-align: center; }
.more { color:#FFFFFF;}
.more_black { color:#000000;}


/*登入框*/
#main { width:180px; margin:10px 5px;}
.formt { margin-left:15px; width:160px; height:24px; line-height:24px; text-indent:5px; font-family:verdana, tahoma, sans-serif; font-size:12px; background:#ddd;}
.formt { display:block; font-weight:800; background:#fff; font-size:12px;}
.username,.password {
	background:#fff;
	border:1px solid #ccc;
	color:#000;
	font-family:verdana, tahoma, sans-serif;
	font-size:12px;
	width:130px;
	height:18px;
	margin-left:15px;
	padding-left:20px;
	line-height:20px;
}
.username { background:url(../images/username.gif) no-repeat 2px 2px;}
.password { background:url(../images/password.gif) no-repeat 2px 2px;}
#button { width:150px; height:28px; }
.imgbutton {margin-top:14px; margin-left:102px; }
