.scroller {
  background-color: #ffffff;
  text-align: left;
}

.scrollerFrame {
  border: none;
}

.frmcontent {
  background-color: #ffffff;
}

.content {
  font-size: 1.0em;
  color: #006666;
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 0px 5px;  
}

* html .content {
  font-size: 0.7em;
}

.toolbar {
  padding: 1px 1px 1px 1px;  
}

.effhelper {
  background-color: #ffffff;
}

/* NEWS SCROLLER SIS CLASSES */
.newsScrollerTitle
{
	padding-bottom: 2px;
	background-color: #333366;
	font-size: 0.95em;
	text-align: center;
}

.newsScrollerTitle a:link, .newsScrollerTitle a:visited, .newsScrollerTitle a:active
{
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none !important;
	color: #ffffff !important;
}

.newsScrollerTitle a:hover
{
	color: #ffffff !important;
	text-decoration: none;
}

.newsScrollerSummary
{
	color: #006666;
	font-size: 0.9em;
}

.newsScrollerSummary a
{
	color: #CC0099 !important;
	text-decoration: none !important;
}

.newsScrollerSummary a:hover
{
	color: #CC0099 !important;
	text-decoration: underline !important;
}

