body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF6D00;
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	color: #EF6D00;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #EF6D00;
	text-decoration: none;
}
a:visited {
	color: #EF6D00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #EF6D00;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.links {
	color: #EF6D00;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.style5 {color: #FFFFFF; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style2Copy {

	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:200px; height:200px; z-index:10
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:200px; height:200px; 
	clip:rect(0px, 200px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { width:400px; height:200px }
table#t1 td { width:800px; vertical-align:middle; text-align:left } 