#mta_bar { background: #A9A9A9; border-bottom: 0px solid #000000; margin: 0 0 0px 0; padding: 0px 0; z-index: 100;	bottom: 0; left: 0; height: 25px; width: 100%; overflow: auto;	position: fixed; }
* html #mta_bar{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
#mta_bar .left { float: left; text-align: center; font-family: Arial; font-size: 10px;	font-weight: bold; font-style: normal;	color: #0000FF; width:92%;}
#mta_bar .right {font-family: Arial, Helvetica, sans-serif;	float: right;	text-align: center; font-weight: normal;	font-size: 10px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#mta_bar .right a {font-size: 10px; color: #0000FF; text-decoration: underline;}
#mta_bar .right a:hover {font-size: 10px; color: #0000FF; text-decoration: none;}
#left_bar a { text-decoration: none; color: #0000FF; }
#left_bar a:hover { text-decoration: underline; color: #0000FF; }
