.scroller {
  background-color: #ffffff;
  text-align: left;
}

.scrollerFrame {
  border: none;
}

.frmcontent {
  background-color: #ffffff;
}

.content {
  font-size: 1.0em;
  color: #6e6e70;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 0px;  
}

* 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: #ffffff;
	font-size: 1.0em;
	text-align: left;
	color: #183a68 !important;
	font-weight: bold;
}

.newsScrollerTitle a:link, .newsScrollerTitle a:visited, .newsScrollerTitle a:active
{
	text-decoration: none !important;
	color: #183a68 !important;
}

.newsScrollerTitle a:hover
{
	color: #183a68 !important;
	text-decoration: none;
}

.newsScrollerSummary
{
	color: #6e6e70;
	font-size: 0.9em;
}

.newsScrollerSummary a
{
	color: #CC0099 !important;
	text-decoration: none !important;
}

.newsScrollerSummary a:hover
{
	color: #CC0099 !important;
	text-decoration: underline !important;
}

/* PROCUREMENT BOX SCROLLER */
.purple_scroller {
  background-color: #6f288e;
  text-align: left;
}

.purple_scrollerFrame {
  border: none;
}

.purple_frmcontent {
  background-color: #6f288e;
}

.purple_content {
  font-size: 1.0em;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 0px;  
}

* html .purple_content {
  font-size: 0.7em;
}

.purple_toolbar {
  padding: 1px 1px 1px 1px;  
}

.purple_effhelper {
  background-color: #6f288e;
}

