/* Class for News Scroller goes here */

#pscroller1{
width: 264px;
height: 125px;
border: 1px #f1f1fd;
padding: 5px;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* Normal CSS Goes Here */

A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: none
}
A:active
{
    TEXT-DECORATION: none
}
A:link IMG
{
    TEXT-DECORATION: none
}

.submenu
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}

.submenuTitle
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #2e498f;
	font-weight:bold;
}

.commonText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	line-height:1.6;
}

.commonBoldText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	line-height:1.6;
}

.smallBlueBoldText
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #004a80;
	font-weight:bold;
	line-height:1.6;
}

.orangeText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #f8860a;
	font-weight:bold;
}

.grayText
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #707070;
	font-weight:normal;
}

.darkBlueText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #1b1464;
	font-weight:bold;
}

.copperBoldText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #555a39;
	font-weight:bold;
}

.copperNormalText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #555a39;
	font-weight:normal;
	line-height:1.6;
}

.redBoldText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #ed1c24;
	font-weight:bold;
}

.textArea_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
}

.whiteText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	line-height:1.6;
}

.blackText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	line-height:1.6;
}

.yellowText
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #c8d834;
	font-weight:normal;
	line-height:1.6;
}