body {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #dedede;
	}

.topbar {
	width: 100%;
	background-image:url(../sys_image/top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 70px;
	}

.logo {
	background-image:url(../sys_image/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 800px;
	height: 149px;
	margin: auto;
	}

.mainbox {
	background-color: #292929;
	width:780px;
	padding:10px;
	margin:auto;
	}
	
.l_col {
	width: 760px;
	padding: 10px;
	float: left;
	background-color: #313131;
	}
	
.clear {
	clear:both;
	font-size: 1px;
	}
	
a:link, a:active, a:visited {
	color: #dedede;
	border-bottom: 1px dashed #dedede;
	text-decoration:none;
	}
	
a:hover {
	border-bottom: 1px solid #dedede;
	}
	
.newstitle {
	font-size:14px;
	font-weight: bold;
	}
	
.newsdate {
	font-size: 10px;
	color: #FF0000;
	}
