body {
	padding: 0;
	align: center;
	border: 0px none;
	margin: 0;
	background-image: url('images/bg.gif');
	background-position:  center 50%;
	}
p, td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}

.text {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.fineprint {
	font: 10px Arial, Helvetica, sans-serif;
	color: #66CCCC;
}

.news {font: normal 11px Arial, Helvetica, sans-serif;color:#000;margin:2px 0;}
.news a {text-decoration:none;color:#000;}
.news a:hover {text-decoration:underline;color:#00f;}

/* holder div contains scroller. set height and width */
#holder1 {
	position:relative;
	width:215px;
	height:169px;
	z-index:100;
	left: 1px;
}

div#wn1 { 
  position:absolute; 
  width:215px; height:169px; z-index:1;
  clip:rect(0, 215px, 169px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item {
  width:215px; height:169px; 
  }
/* holder div contains scroller. set height and width */
#holder2 { position:relative; width:215px; height:169px; z-index:100;}

div#wn2 { 
  position:absolute; 
  width:215px; height:169px; z-index:1;
  clip:rect(0, 215px, 169px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item2 {
  width:215px; height:169px; 
  }
.title {

	font: italic bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
}
