@charset "utf-8";
@import url("layout.css");
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}

 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
 a:hover {
	color: #FF0033;
	text-decoration: underline;
}

#top-logo {
	margin-top:8px;
}

#navigation {
	margin-top:8px;
	height:27px;
	line-height:27px;
	overflow:hidden;
	background-image:url(../images/navigation_03.gif);
	background-repeat: no-repeat;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float:left;
	padding-left:36px;
}

#active-images {
	margin-top:8px;
}

#news {
	margin-top:8px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	background-image: url(../images/news_03.gif);
	background-repeat: no-repeat;
}

#news a:link {
	font-weight: normal;
	color: #517782;
}
#news a:visited {
	font-weight: normal;
	color: #517782;
}

#content {
	margin-top:8px;
	height:202px;
	background-image: url(../images/content-back_03.gif);
	background-repeat: no-repeat;
}
#content td {
	padding:6px;
	text-align:left;
}
#content a:link {
	font-weight: normal;
	color: #517782;
}
#content a:visited {
	font-weight: normal;
	color: #517782;
}
#content ul {
	margin:0;
	padding:0;
}
#content li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left:12px;
}

#bottom {
	margin-top:8px;
	height:24px;
	text-align:left;
	color: #999999;
}
#content-jj {
	margin-top:8px;
}
#zcfg-content {
	margin-top:8px;
	border:solid #ccc 1px;
}

.news-content {
	text-align:left;
}
.news-content p {
	margin-left:12px;
}
.news-content em {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}