﻿@charset "utf-8";
/* CSS Document */


body,td,th{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
*{
	margin:0px;
}


a{
	color:#333333; text-decoration:none;
}
a:active,a:hover{
	color:#FF0000;
}


#banner{
	width:100%; height:140px;
}

.menu{
	list-style-type:none; margin-left:32px; height:16px; padding:0;
}
.menu li{
	display:inline; margin-right:36px; font-weight:bold;
}
.menu a{
	color:#000000; text-decoration:none;
}
.menu a:hover,.menu a:active{
	color:#FF0000;
}


.left_bg{
	background:url(../images/web/left_splid_bg.gif) repeat-x bottom;
}



#bottom{
	color:#999999; height:60px; padding-left:20px; line-height:15px; background:url(../images/web/bottom_bg.gif) repeat-x top;
}
#bottom a{
	color:#999999;
}
#bottom a:hover,#bottom a:active{
	color:#009999;
}


.cer img{
	border:1px solid #DDD;
}


.proText{
	line-height:20px;
}

select{
	font-size:11px;
}
