.boxName1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b3040;
	font-weight:bold;
	line-height:22px;
}

<!--------------------------------------------------scrollingImage------------------------------------------------>

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:418px; height:300px; z-index:100;
	}
div#wn	{ 
	position:relative;
	left:0px; top:0px; 
	width:418px; height:300px; 
	clip:rect(0px, 200px, 44px, 0px); 
	overflow:hidden;	
	z-index:1;
		}
	div.content { 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:2; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
#t1 {
	width:832px;
	list-style:none;
	list-style-type: none;
	margin-top:5px;	
	padding-left:3px;
	margin-left:0;
	}
	
	
#t1 li {
	width:414px;
	float: left;
	margin-right:2px;
	color:##3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
#t1 li a {


	text-decoration:none;
}
#t1 li a:hover {

	text-decoration:underline;
}


