﻿@charset "utf-8";
table,td {
	font-size: 12px;
	font-family:arial;
	color:#6D6D6D;
	line-height:20px;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:top center;
	margin: 0px;
}
.logtxt{
border:1px solid #4E7800;
background:#fff;
height:16px;}
.menu{
text-indent:20px;
color:#fff;
background:url(menubg.gif); 
}
.menu span{
font-size:11px;font-family:"宋体";
}
.menu a:link{
color:#fff;
line-height:26px;
text-decoration:none;
}
.menu a:active{
color:#fff;
text-decoration:none;
line-height:26px;
}
.menu a:visited{
color:#fff;
text-decoration:none;
line-height:26px;
}
.menu a:hover{
display:block;
color:#fff;
line-height:26px;
background:url(menubg1.gif); 
text-decoration:none;
}
.foot{
color:#90E447;
}
.foot a:link{
color:#fff;
text-decoration:none;
}
.foot a:active{
color:#fff;
text-decoration:none;
}
.foot a:visited{
color:#fff;
text-decoration:none;
}
.foot a:hover{
color:#fff;
text-decoration:underline;
}
a:link{
color:#6D6D6D;
text-decoration:none;
}
a:active{
color:#6D6D6D;
text-decoration:none;
}
a:visited{
color:#6D6D6D;
text-decoration:none;
}
a:hover{
color:#FF6600;
text-decoration:underline;
}
.pic{
border:1px solid #89AB6B;
}