body {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(http://twtapps.com/images/new/bg/top.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}
body,td,th {
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 23px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
.font_small_white {
	font-size: 11px;
	color: #FFF;
}

.slide {
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 200px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color: #F5F5F5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:200px;
	overflow:hidden;
	float:left;
	margin-right: auto;
	margin-left: auto;
}
div.scroller div.content {
	width: 10000px;
}