/* CSS Document */
body, td {
    margin: 0px;
    font-size :12px;
    color: #636E76;
}
#content {
	width: 1003px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
H1{
	font-size: 16px;
	display : inline;//标签不换行
}
H2{
	font-size: 16px;
	color: #000000;
	display : inline;//标签不换行
	}
H3{
	font-size: 17px;
	color: #000000;
	display : inline;//标签不换行
	}
hr{
    color:#CCCCCC;
   }
.searchbar2 {BORDER-TOP: #f1f1f1 3px solid; FONT-WEIGHT: bold; BACKGROUND: #e7e7e7; PADDING-TOP: 3px; BORDER-BOTTOM: #bebebe 3px solid; }
a:link { 
      color:#0070BC; text-decoration:underline;	
 }
a:visited { 
       color:#0070BC; text-decoration:underline;
}
a:active { 
    color:#0070BC; text-decoration:underline;	
}
a:hover{
      color:#FF3300; text-decoration:none;
 }
 
a.top :link {
	color: #FF6600;
	text-decoration:none;
}
a.top:visited {
	color: #FF6600;
	text-decoration: none;
}
a.top:hover {
	text-decoration:none;
	color: #FF6600;
}
a.top:active {
	color: #FF6600;
	text-decoration:none;
}