/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0;
}
img{ border:0px;}
td{font-size: 12px;
	line-height: 20px;
	color: #333333;}
/*链接默认样式*/
a:link 			 				{color: #333;text-decoration: none;}
/*	访问过的链接 */
a:visited 						{color: #333;text-decoration: none;}
/*	鼠标停留	 */
a:hover 						{color: #666;text-decoration: underline;}
/*	点击时	*/
a:active 						{
	color: #000000;
	text-decoration: underline;
}	

.Nav 				        {
	font-size:12px;
	color: #003300;
	text-decoration: none;
	line-height:20px;
	
	font-weight: bold;
}
.Nav a:link 				{font-size:12px;color: #003300;text-decoration: none;line-height:20px;font-weight: bold; }
.Nav a:visited 			    {font-size:12px;color: #003300;text-decoration: none;line-height:20px; font-weight: bold;}
.Nav a:hover 				{font-size:12px;color: #003300;text-decoration: underline;line-height:20px;font-weight: bold;}
.Nav a:active 				{font-size:12px;color: #003300;text-decoration: none;line-height:20px; font-weight: bold;}

.more a:link 				{font-size:12px;color: #fff;text-decoration: none;line-height:20px;}
.more a:visited 			    {font-size:12px;color: #fff;text-decoration: none;line-height:20px; }
.more a:hover 				{font-size:12px;color: #fff;text-decoration: underline;line-height:20px;}
.more a:active 				{font-size:12px;color: #fff;text-decoration: none;line-height:20px; }

.title{ color:#FFFFFF; font-weight:bold;}
.title2{ color:#003300; font-weight:bold;}
.biankuang{ border-bottom:solid 2px #006600;border-left:solid 2px #006600;border-right:solid 2px #006600; background-color:#f0f4e6;}
.biankuang2{ border-bottom:solid 1px #1d781d;border-left:solid 1px #1d781d;border-right:solid 1px #1d781d; background-color:#efefef;}
.biankuang3{ border:solid 1px #ccc; background-color:#e4e6e1; padding-left:3px}
.neirong{ font-size:14px;}
