body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.bj {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}
.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	padding:5px;
	line-height:20px;
}
.contact span{
	font-size:12px;
	font-weight:bold;
}
.cp{
	background-color:#EBF5F6;
	height:50px;
	vertical-align: middle;
	text-align:center;
}
form td{
	height:28px;
}
a:link{
	color:#008080;
	text-decoration: none;
}
a:visited{
	color:#008080;
	text-decoration: none;
}
a:hover{
	color:#333333;
}
.inputext{
	background-color: #ffffff;
	border: 1px solid #008080;
	height:20px;
	color:#333333;
}