/* Class for News Scroller goes here */

#pscroller1{
width: 280px;
height: 150px;
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
}

/* Regular CSS Document Starts From 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
}

.Ntext_1
{
	font-family: Tahoma;
	font-size: 11px;
	color: #64878e;
	font-weight:bold;
}

.text_1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text_Golden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dfaa0a;
}
.text_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.text_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.text_Brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c29305;
	font-weight:bold;
}
.text_Black1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_Red {
	font-family: Tahoma;
	font-size: 11px;
	color: #ce202a;
}

.text_Red_1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #ce202a;
}

.text_Gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #474747;
	line-height:1.5;
}
.text_GrayBlue {
	font-family: Tahoma;
	font-size: 11px;
	color: #64878e;
	font-weight:bold;
}
.textBox {
	border: 1px solid #595959; 
	background-color: #424242;
	font-family:verdana;
	font-size:10px;
	color:#FFFFFF;
}
.textBox2 {
	border: 1px solid #595959; 
	background-color: #424242;
	font-family:verdana;
	font-size:11px;
	color:#FFFFFF;
	height:20px;
	line-height:19px;
	padding-left:5px;
}

.txtBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.textInd {
	border: 1px solid #595959;	
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

.textSearch {
	border: 1px solid #595959;	
	font-family:verdana;
	font-size:10px;
	width:135;
	color:#000000;
}

.text_4 {
	font-family: Arial;
	font-size: 14px;
	color: #040a43;
	font-weight: bold;
}
.txtBox-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}