.copy 			{  
					font-family: Verdana, Arial, Helvetica; 
					font-size: 10px; 
					line-height: 120%; 
					color: #990000
				}
			
.headline 		{  
					font-family: Verdana, Arial, Helvetica; 
					font-size: 10px; 
					line-height: 120%; 
					font-weight: bold; 
					color: #003300
				}
			
div.scroller 	{ 	
					overflow: auto; 
					width: 700px; 
					height: 205px; 
					border: 0px; 
					padding:0px; 
					margin: 0px; 
				}
body 
				{			
					scrollbar-base-color:#FFFFCC;

					scrollbar-highlight-color:#CCCC99;
				}
				
