/* scroller background - TABLE */
.TScrBack1 {
	background-color: red;
	border: #CCCCCC;
	
}
/* style to be applyed to all items' bodies
  - SPAN in Netscape 4.x, TD in rest
  all local stylesheets of external files if any are to be ignored */
.TScrItemBody1 {
	font-family: Trebuchet MS;
	font-size: 9px;
	text-align: justify;
	padding: 5px;
	border: /*#CCCCCC;*/red;
}
