/* CSS Document */

a{	color:#dd1c23;
  	text-decoration:none;
 }
 a:hover{
 	color:#000000;	
	text-decoration:underline
  }

.smallText
{
	font-size:7.5pt;
	color:#000000;
	font-family:Verdana
}
.smallText1
{
	font-size:9pt;
	color:#000000;
	font-family: Verdana
}

.plainText
{
	font-size:9.5pt;
	color:#000000;
	font-family:Verdana;
	line-height:1.5
}
.headingBig
{
	font-size:12pt;
	color:#ab0611;
	letter-spacing:0;
	font-family:Arial
}
.headingSmall
{
	font-size:11pt;
	color:#ab0611;
	font-family:Arial;
	letter-spacing:0;
	font-weight:bolder
}
.plainText1
{
	font-size:12pt;
	color:#000000;
	font-family:Times New Roman;
	line-height:1.5
}
#pscroller1{
width: 199px;
height: 205px;
border: '';
padding: 5px;
background-color: '';
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.textBox
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white
}
.link{color:#000000}