@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #63B924;
}
img{border:0px;}

.font {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	line-height:25px;
}
.font1{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color: #333333;

}
.font2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color: #990000;
}
.logout {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #990000;
}
.logout:link {
	color:#990000;
	text-decoration: none;
}
.logout:visited {
	text-decoration: none;
	color: #990000;
}
.logout:hover {
	text-decoration: none;
	color:#36F;
}
.logout:active {
	text-decoration: none;
	color: #990000;
}
.width{
	width:143px;
}
.textbox{
width:150px;
height:20px;
color: #000000;
font:Arial;
font-size:11px;
border:#333333 solid 1px;
}
.admin_bg{
	background-image: url(admin_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.client_bg{
	background-image: url(client_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.address_bg{
	background-image: url(address_bg.jpg);
	background-repeat:no-repeat;
	width:286px;
	background-position:left top;
}
.logo_bg{
	background-image:url(logo_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:15opx;
}