.fpcds {
	color:#666666;
	font-family:Verdana,Tahoma,sans-serif;
	text-align:justify;
	text-decoration:none;
}

.fpcds h2 {
	color:#CB1917;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:12px;
	margin-bottom:6px;
	text-decoration:none;
	border-bottom:none;
}

p.fpcds {
	text-align:justify
}

div.scrollholder {
	position: relative;
	font-size:11px;
	height:315px;
	width:97%;
	overflow: auto;
	z-index: 1;
	color:#000000;
	font-family:Verdana,Tahoma,sans-serif;
	margin-bottom:10px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 99%;
    z-index: 2;
	padding-left:6px;
	text-align:left;
	
}

div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #cccccc;
}

div.drag_bar
{
    position:absolute;
    width: 100%; height: 14px;
    cursor:default;
    z-index: 4;
    background: #CB1917;
	float:right;
	
}  


