@charset "utf-8";
/* CSS Document */
html,body {
    height:100%; /* �������Ѻ wrapper */
	/*background:url(images/bg_a1.gif) #ffffff repeat-x; */
	background:#fc9d00;
    font-family:Verdana, Tahoma;
    font:normal 12px Tahoma,Arial, Helvetica, sans-serif;  
    color:#666;
}
#wrapper{
    margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-500px;
	width: 1000px;
	background:#FFFFFF;
	height: 100%!important;
	height: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.table_h{
	height: 100%;
	padding: 0px;
}
.line-br{
	width: 991px;
	height: 3px;
	background-color: #fc9d00;
}
#rssfeed h2{
	font-size:14px;
}