body {
	text-align: center;
	margin: 0px;
	font-size:12px;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}

.Top {
	width: 1002px;
	text-align: left;
	
}
.Top .logo {
	background-image: url(../ECImages/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
	width: 205px;
}
.Top .right {
	float: right;
}
.Top .right #DateTime {
	width: 185px;
	background-image: url(../ECImages/timeBG.gif);
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin-top: 6px;
}
.Top .right .Bottom {
	margin-top: 10px;
	width: 185px;
	text-align: center;
}



.Menu {
	width: 1002px;
	text-align: center;
	background-image: url(../ECImages/MenuBG.gif);
	height: 32px;
	line-height: 32px;
	
}
.middle {
	background-image: url(../ECImages/leftBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1002px;
	margin-top: 2px;
}
.middle .left {
	width: 200px;
	float: left;
}
.middle .left {
	float: left;
	text-align: left;
}
.middle .left .unit {
	text-align: left;
	width: 192px;
}
.unit .top {
	background-color: #E3E3E3;
	padding: 3px;
}
.unit .conent {
	background-color: #EFEFEF;
	margin-top: 1px;
	padding: 4px;
}
