body {
	font-family :Arial, Verdana, sans-serif;
         font-size : 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
         background-attachment:fixed;
         text-align: left;
}
A {text-decoration:none; color:#000000;}
A:active {text-decoration: none; color:#000000;}
A:hover {text-decoration: none; color:#888;}
hr {clear:both;}
p, td {
    font-family :Arial, Verdana, sans-serif;
    font-size : 13px;
    color: #000000;
    text-align: justify;
}
.hl {
 font-family: Arial;
 font-size: 20px;
 color: #ffffff;
 padding: 3px;
 background: #000;
 width: 100%;
}
h1 {
 font-family: Arial;
 font-size: 18px;
 color: #ffffff;
}
small {
 font-family: Arial;
 font-size: 11px;
 color: #000000;
}
#ticker, pre {
 font-size: 11px;
}
.mini, input {
 font-family: Arial;
 font-size: 11px;
 color: #000000;
}
#menu {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 200px;
 height: 100%;
 z-index: 1000;
 background-image:url(../pics/bg_li.jpg);
 background-attachment:fixed;
 background-repeat:repeat-y;
}
#content {
 width: 650px;
 height: 100%;
 margin-left: 60px;
 margin-top: 30px;
 text-align: left;
}
.gB {
	margin:0 0 20px 5px;
}
.gB div {
	margin:5px 0 20px 20px;
}