/* beginning of scroller style */
#ScrollerTitle{
	position: relative;
	width: 280px;
	height: 13px;
	padding: 0px 5px 11px;
	background-color: #5454FF;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 0px solid;
	border-left: 2px solid #CCCCCC;
}

#ScrollerDiv{
	width: 278px;
	height: 100px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 3px solid #CCCCCC;
	color: #333333;
	background-color: #00FFFF;
	left: 1px;
}

#ScrollerDiv h3{
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 120%;
	margin-left: 0px;
	color: #FF0000;
}
#ScrollerDiv h2{
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 180%;
	margin-left: 0px;
	color: #FF0000;
}
#ScrollerDiv a{
	color: #FF0000;
	text-decoration: underline;
}
#ScrollerFoot{
	position: relative;
	width: 280px;
	height: 28px;
	padding: 5px;
	background-color: #5454FF;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	border-top: 0px solid;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
}
#ScrollerFoot a{
	color: #FFFFFF;
	font-weight: bold;
}
.Scrollerclass {
	font-size: small;
	color: #FFFFFF;
}
#scrollerAll {
	position: absolute;
	width: 198px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 3px solid #CCCCCC;
	color: #333333;
	background-color: #00FFFF;
	top: 30px;
	visibility: hidden;
	z-index: 1000;
	margin-left: 1px;
}
#scrollerAll h3{
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 120%;
	margin-left: 0px;
	color: #FF0000;
}
#scrollerAll h2{
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 180%;
	margin-left: 0px;
	color: #FF0000;
}
/* end of scroller styles */
