body {
	background-color: #FFFFFF;
	text-align: center;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.loginHome {
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF7400;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-left: 30px;
	font-family: "ËÎÌå";
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.inputHome {
	height: 20px;
	width: 197px;
	border: 2px solid #CCCCCC;
	line-height: 20px;
}
.bottom {
	line-height: 25px;
	color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
.bottom a{
	color: #999999;
	text-decoration: none;
}
.bottom a:hover{
	color: #000000;
	text-decoration: underline;
}

