body {
	margin-top: 20px;
}
#img_and_obj_holder { 
position:relative; 
width:510px; /* this width is equal to the image map width */ 
height:400px; /* this height is equal to the image map height */ 
margin:auto; 
} 
 
#img_and_obj_holder img { 
position:absolute; 
width:100%; 
height:100%; 
border:0 solid; 
} 
#img_and_obj_holder object{ 
position:absolute; 
width:510px; 
height:50px; 
left:0px; 
top:350px;
}

#img_and_obj_holder2 { 
position:relative; 
width:240px; /* this width is equal to the image map width */ 
height:400px; /* this height is equal to the image map height */ 
margin:auto; 
border:0 solid;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660033;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	color: #FFFFFF;*/
	color: #990000;
}
a:visited {
/*	color: #CCCCCC;*/
	color: #003366;
}
a:active {
	color: #666666;
}
/*a:link {
	color: #990000;
}
a:visited {
	color: #003366;
}
a:active {
	color: #006633;
}*/
.opaque { 
   opacity: .9; 
   filter: alpha(opacity=90); 
   -moz-opacity: .9; 
}

