
body{
	padding:0px;
	margin:0px auto;
	text-align: center;
}

table,td,a,title,div{
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	color: #3A3A3A;
}
input,option,textarea,select{
	font-family: Georgia, "Times New Roman", Times, serif, Verdana, "ËÎÌå";
	font-size: 12px;
	color: #3A3A3A;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding: 0px;
}
h1{
	font-size:14px;
}

h2,h3{
	font-size:14px;
}
h4,h5,h6{
	font-size:12px;
}
a {
	color: #3A3A3A;
	text-decoration: none;
}
a:hover {
	color: #FF4800;
}
a img, img {
	border:0;
}
div {
	line-height: 21px;
}
.clear {clear:both;}

.red {
	color: #FF0000;
}
.right {
	float: right;
	text-align: right;
}

#top {
	height: 64px;
	width: 1000px;
	text-align: center;
	padding:0px;
	margin:0px auto;

	clear:both;
}

.floatBar {position:fixed;bottom:0 !important;left:0;width:100%;margin:0 auto;border-top:1px solid #dadada;background:#fff url(/images/bg_gradual_gray.gif) repeat-x;text-align:center; height:24px;}

.floatBar {
	_position:absolute;
	_top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 1
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 1);
}

* html .floatBar { position:absolute;

top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 1
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 1);

/*top:expression(document.body.clientHeight-this.style.pixelHeight+document.body.scrollTop);*/

} /* IE6 */



.floatBar ul {
	width:950px;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto !important;
	margin-bottom: 0px;
	margin-left: auto !important;
	margin-right: 0px;
	margin-left: 0px;
}
.floatBar li {
	float:left;
	color:#0f78d2;
	font-weight:bold;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floatBar li.red {color:#f85200 !important;}
.floatBar li em {color:#f85200;font-weight:normal;}
.floatBar li img {margin-left:2px;margin-right:2px;vertical-align:middle;}
