/* Start of CMSMS style sheet 'homepage' */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
body {
	background-color: #000000;
	background-image: url(back2.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


.signupframe {
  border: 1px solid #FFFFFF;
  background: #ffffff;
  color: #030303;
  font-family: Arial, Helvetica, sans-serif;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 356px; 
	height: 172px;
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:356px;
		height:172px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 356px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}

/* End of 'homepage' */

