/*
========================================================================================================
    Version: 1.5
     Author: Sun  QQ:455935955
Last Update: 2007-12-01 
Copyright: www.45c.cn
========================================================================================================
/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#dotline {
     Float:Left; 
     height:25px;
     background-image: url(../images/dot_line.gif);  
     background-repeat: repeat-x;  
     background-position: bottom; 
}
/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
