div.scrollholder
{
	position: relative;
	background:none;
	width: 495px;
	height: 320px;
	overflow: hidden;
	z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

div.scroll
{
	position: absolute;
	background:none;
	overflow: auto;
	width: 490px;
	height: 410px;
	z-index: 2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	visibility: collapse;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 5px; 
    width: 5px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: none;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    z-index: 4;
    background: #6e0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}  
body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(layout/background-stripe.jpg);
	font-size: 10px;
	color: #5e5e5e;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color:  #2a242b;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: center;
	font-style: normal;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #6E5D8C;
	font-size: 10px;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 9px;
}
a:link { 
	color: #d2d2d2; 
	text-decoration: none; 
}
a:visited { 
	color: #d2d2d2;
	text-decoration: none; 
} 
a:hover { 
	color: #333333; 
	text-decoration: none; 
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
