@charset "utf-8";

/* 通用默认样式-------------------------------------- */

body {background-color:#f8f8f8;margin:0px;}
body,div,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;color:#333333;
	line-height: 180%;
	WORD-WRAP: break-word;
}
img { border:0px;}
.outsite { background:#FFFFFF; width:960px; clear:both;}
.LeftBox { width:700px; float:left; overflow:hidden;}
.RightBox { width:250px; float:right; overflow:hidden; background:#f8f8f8; height:450px;}
.SpanWidth { width:10px;}
.SpanHeight { width:10px;}
.Content { padding:8px;}
.ContentIn { padding:8px; font-size:13px; line-height:2;}

/* 通用链接样式-------------------------------------- */

A:link   {font-family:"宋体";color: #0000FF;text-decoration: none;}
A:visited{font-family:"宋体";color: #0000FF;;text-decoration: none;}
A:hover  {font-family:"宋体";color: #FF0000;;text-decoration: none;}
A:active {font-family:"宋体";color: #FF0000;;text-decoration: none;}

/* 通用说明样式-------------------------------------- */

.Note {font-family:Verdana, Arial,"宋体";color: #888888;}
.Note A:link   {font-family:Verdana, Arial,"宋体";color: #888888;text-decoration: none;}
.Note A:visited{font-family:Verdana, Arial,"宋体";color: #888888;text-decoration: none;}
.Note A:hover  {font-family:Verdana, Arial,"宋体";color: #333333;text-decoration: none;}
.Note A:active {font-family:Verdana, Arial,"宋体";color: #888888;text-decoration: none;}


/* 导航条样式-------------------------------------- */

#menu {font-size:14px;font-weight:bold; height:30px;background:url(../Images/menu_bg.gif) repeat-x;}
.menuspanleft { width:20px;}	/*导航条左边距离*/
.menuspanright { width:20px;}	/*导航条右边距离*/
.menuspan {width:3px;background:url(../Images/menu_span.gif) no-repeat center;}	/*导航条间隔图片*/
.menu {font-size:14px;font-weight:bold;padding:3px;}
.menu A:link   {color: #f8f8f8;text-decoration: none;}
.menu A:visited{color: #f8f8f8;text-decoration: none;}
.menu A:hover  {color: #ffffff;text-decoration: none;}
.menu A:active {color: #f8f8f8;text-decoration: none;}

/* 内页分类导航条样式-------------------------------------- */

.WebMenu {font-size:13px;}
.WebMenu A:link   {color: #0000FF;text-decoration: none;}
.WebMenu A:visited{color: #0000FF;text-decoration: none;}
.WebMenu A:hover  {color: #FF0000;text-decoration: none;}
.WebMenu A:active {color: #0000FF;text-decoration: none;}

/* 通用标题样式-------------------------------------- */
.Title   {
	font-family:"宋体";
	font-size:14px;
	color: #000000; 
	font-weight:bold; 
	padding:2px;
	padding-left:12px;
	background:url(../Images/title_bg.gif);
}
.Title A:link   {color: #333333;text-decoration: none;}
.Title A:visited{color: #333333;;text-decoration: none;}
.Title A:hover  {color: #333333;;text-decoration: none;}
.Title A:active {color: #333333;;text-decoration: none;}

.List{ font-size:14px; line-height:180%;}

.button { }
.TextBox{ }

h3 { margin-top:8px;}