a { text-decoration:none; color:#000; }
a:hover { color:#FF0000; }
html,body { height:100%; }
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
body,th,td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } 
.menu_left
{
	font-family:impact;
	font-size:18px;
	color:#000000;
}
.menu_left:hover { color:#FF0000; }
.font_1 { font-family:impact; }
.font_size_1 { font-size:18px; }
.font_size_2 { font-size:12px; }
.color_1 { color:#000000; }
.color_2 { color:#FF0000; }
.color_3 { color:#939598; }
.simg { margin:10px; margin-top:20px; }
.links_a:link { color:#000; }
.links_a:hover { color:#FF0000 }
.galimg { border:2px solid #FFF; }
.galimg:hover { border:2px solid #F00; }
div.scrollholder
{
    position: relative;
    width: 100%; height: 350px;
    overflow: auto;
    z-index: 1;
    background-color: #FFF;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	text-align:left;
}
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 4px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #EEE;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #BBB;
} 
