

body {margin: 15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333}

TABLE, TD, SPAN, INPUT, TEXTAREA, FONT {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333}

A:link, A:active, A:visited {color: blue; TEXT-DECORATION: none}

A:hover {color: #0066FF; TEXT-DECORATION: none}

.big {font-size:18px; font-weight:bold}

.title {font-size:13px; color:brown; font-weight:bold}

.small {font-size:9px}

.hidden {
  display: none;
}

.padding {
  padding: 25px;
}

	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 750px;
		overflow:hidden;
		float:left;
		padding:1em;
			
		}
	div.scroller div.content {
		width: 20000px;
		}
