﻿/* CSS布局 */
body { 
    padding:0; 
    margin:0; 
    font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
    text-align:center;
}
/* 表单各项属性 */
input {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
}
select {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
option {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
textarea {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size:12px;
	color:#004C7D;
}
form {
	margin:0px;
	padding:0px;
}
.Lfloat {
	float:left;
}
.Rfloat {
	float:right;
}
/* 默认超链接 link(超链接默认效果) visited(点击后效果) hover(悬停时效果) acrive(点击后悬停效果) */
a:link {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #FF0000;
	text-decoration:none;
}
a:active {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #808080;
	text-decoration: none;
}
/* 网页底部 */
.footer { 
    width:950px;
    height:95px;
    color:#000000;
    margin:5px auto;
    line-height:22px;
    clear:both;
}
.footer_line {
	background-color:#1e61a7;
	width:100%;
	height:2px;
	line-height:2px;
}
.cleft {
	text-align:left;
}
.cright {
	text-align:right;
}
.ccenter {
	text-align:center;
}
.content_right_subnav_linelow {
	height:5px;
	text-align:center;
	clear:both;
}
.matao {
	clear:both;
}

