/****************Css Document通用样式定义***************/
body,td,th{
	font-family:"宋体","新宋体","Courier New", Courier, monospace;
	font-size:12px;
	color:#303030;
	line-height:1.5em;
}
body{
	margin:0;
	padding:0 0 15px 0;
}

/************通用链接样式定义************************/
a:link{
	color:#303030;
	text-decoration:none;
}
a:visited{
	color:#303030;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}
a:active{
	color:#FF9900;
	text-decoration:none;
}

/*************顶部菜单样式定义************************/
.menu_top{
	padding-left:19px;
}
.menu_top a:link{
	color:#303030;
	text-decoration:none;
}
.menu_top a:visited{
	color:#303030;
	text-decoration:none;
}
.menu_top a:hover{
	color:#FF0000;
	text-decoration:none;
}
.menu_top a:active{
	color:#FF9900;
	text-decoration:none;
}

/*************首页标题样式定义**********************/
.title1{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
	padding-top:4px;
}
.title2{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
	padding-top:6px;
}

/*************底部栏目链接样式定义*******************/
#bottom_menu link{
	color:#336666;
	text-decoration:none;
}
#bottom_menu a:visited{
	color:#336666;
	text-decoration:none;
}
#bottom_menu a:hover{
	color:#FF0000;
	text-decoration:none;
}
#bottom_menu a:active{
	color:#FF9900;
	text-decoration:none;
}

/***************内页右边框线样式定义*****************/
.line_right{
	border-right-color:#E8E8E8;
	border-right-style:solid;
	border-right-width:1px;
}

/***************新闻展示标题样式定义*****************/
.News-04 {
	font-family: Verdana, Arial,"宋体";	
	font-size: 15px;
	color: #ff4d00;
}

/***************首页内容标题链接**********************/

.title3 a:link{
	color:#303030;
	text-decoration:none;
}
.title3 a:visited{
	color:#303030;
	text-decoration:none;
}
.title3 a:hover{
	color:#FF0000;
	text-decoration:none;
}
.title3 a:active{
	color:#FF9900;
	text-decoration:none;
}

/***************招生就业标题链接样式*****************/
.title4 a:link{
	color:#FF0000;
	text-decoration:none;
}
.title4 a:visited{
	color:#FF0000;
	text-decoration:none;
}
.title4 a:hover{
	color:#0099FF;
	text-decoration:none;
}
.title4 a:active{
	color:#FF0000;
	text-decoration:none;
}
.table{padding:5px}
.table p{ text-indent:2em; margin:8px 0px; line-height:15px; font-size:12px; padding:3px 5px}
.font_title{ padding:0px 0px 0px 5px; line-height:18px}