@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.newsContent {
	font-family: Tahoma;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.newsCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:600;
	color: #36C;
}
.newsCaption a{
    font-size: 16px;
    text-decoration:none;
	color:#36c;
}
.newsCaption a:hover{
    text-decoration:underline;
	color:#ff9900;
}
.newsCaption_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	padding-left:15px;
	line-height:1.5em;
}
.newsCaption_small a{
    text-decoration:none;
	font-size: 14px;
	color: #555;
}
.newsCaption_small a:hover{
    text-decoration:underline;
	color:#ff9900;
}
.border_R {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.newsTOP10 {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}
.newsTOP10:hover {
	text-decoration: none;
	color: #FF9900;
}

#footer {
	height: 50px;
	width: 1000px;
	vertical-align:middle;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFCC00;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#navbar {
	position: relative;
	height: 30px;
	background-image:url(../images/bg_nav.jpg);
}
#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99ccff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-family: Arial;
	font-size: 16px;	
}
	
#nav li a {
	display: block;
	font-weight:300;
	color: #666666;
	font-weight:600;
	text-align: center;
	text-decoration: none;
}
#nav li a:hover {
	color: #6699ff;
}

#nav li.current {
	border-bottom:3px solid #3366cc;
}

.newsCatTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
}
.newsCatTitle:hover {
	color: #FF9900;
	text-decoration: underline;
}
.CatHeaderBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-image: url(../images/Headbar310.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
.CatHeaderBar_En {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.CatHeaderBar_Time {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #36C;
}
.headerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-image: url(../images/Headbar660.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
.headerHeadline_En {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.CatTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
.CatTitle:hover {
	text-decoration: underline;
	color: #FF9900;
}
.CatTitleborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.eventIssueDate {
    color:#999999;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.add_this_txt {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#0066CC;
   text-decoration:none;
}
.add_this_txt a{
   color:#0066CC;
   text-decoration:none;
}
.add_this_txt a:hover{
   color:#0066CC;
   text-decoration:none;
}