/* CSS Document */



#pscroller1{ /* staroller start */
position:relative;
width: 215px;
height: 156px;
border: 0px solid black;
padding: 1px;
background-color: #ADC088;
}
.someclass{ //class to apply to your scroller(s) if desired
text-align: left;
font-size:14px;
font-family:verdana;
font-style:none;
font-weight:18pt;
line-height:13pt;

/* end scroller */}






td.content {
	border-width: 100%;
padding: 10px;
border-style: none;
border-color: red ;
background-color: none
-moz-border-radius: 0px;
text-align: justify;
font-size:12px;
font-family:verdana;
font-style:none;
font-weight:500;
line-height:13pt;

}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #C6DFB9;
}


a:link {

	COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:10px; font-weight:normal;

}
a:visited {

COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:10px; font-weight:normal;

}

a:hover {

	COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: underline; font-size:10px; font-weight:normal;

}

a:active {

COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:10px; font-weight:normal;

}

