/* basic 
----------------------------------------------------*/
body,td,th {
	font-size: 12pt;
	color: #444;
	line-height: 1.5;
}
body {
	color: #444;
	background-color: #EFEFEF;
	margin-top: 0px;
	padding: 25px;
	font-size: 12px;	
}
ul {
	margin:0px;
	list-style: square;
}
h1{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px;
	padding: 5px;
	color: #444;
}
a       {color:#999;}
a:hover {color: #F60;text-decoration: underline;}



/* header 
----------------------------------------------------*/
.header{
	width: 778px;
	margin: auto;
}
.logo{
	width: 244px;
	float: left;
	background:#fcee21;
}
.dataNO{	
	padding:10px;
	text-align: right;
	color:#333;
}

.topMenu{
	color: #999;
	width: 524px;
	height: 95px;
	float: left;
	text-align: right;
	background: url(banner_bg.gif) no-repeat bottom;
	padding: 15px 5px 10px;
}
	.topMenu a       {color: #999;text-decoration: none;}
	.topMenu a:hover {text-decoration: underline;}


/* main_content 
----------------------------------------------------*/
.main_content{
	width: 776px;
	margin: auto;
	background: #FFF;
	border: 1px solid #CCC;
}


/* main_content sider_bar
----------------------------------------------------*/
.sider_bar{
	width: 245px;
	float: left;
	padding: 20px 0px;
}
.list{
	padding:10px 20px;
	border-right: 1px dashed #CCC;
}
	.list ul{
		margin:0px 30px 10px;
		padding:0px;
		list-style: square;
	}
	.list a{color: #666;}
	.list a:hover{color: #A62D39;}
	
.list_title{
	font-size: 15px;
	font-weight: bold;
	padding:5px 10px;
	color:#333;
}
/* main_content content
----------------------------------------------------*/
.content{
	width: 490px;
	float: left;
	padding: 20px;
	font-size: 12px;
}

.content_Top{
	border-bottom: 1px solid #999;
	width: 485px;
	margin: auto;
}

.info{
	padding: 10px;
	font-size: 12px;
}
	.info table{
	font-size: 12px;
}
	.info th{
	padding: 10px;
	color: #FFF;
	background: #9C3943;
	font-size: 12px;
}
	.info td{
	padding: 10px;
	font-size: 12px;
}
.content_down{
	text-align: right;
	padding-top: 40px;
	border-bottom: 1px dashed #999;
}
