div.scrollListContainer
{
	width: 100%;
	background-image:url(/images/scrollbar_body_background.gif);
}
table.scrollList
{
	width: 100%;
	font-family:Arial;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.scrollList th
{
	background-image:url(/images/scrollbar_header_background.gif);
	background-repeat:no-repeat;
	color:White;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:6px;
	text-align:center;
}
table.scrollList td.scrollListItems
{
	padding: 0px;
	
}
table.scrollList td.scrollListItem
{
	background-image:url(/images/scrollbar_item_background.gif);
	color:#000000;
	text-transform:uppercase;
	font-size:9px;
	padding:6px;
	margin:0px 0px 2px 0px;
}

table.scrollList a
{
	text-transform:uppercase;
	text-decoration:none;
	color:#666666;
}

