.normal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

link {
	color: #FF3399;
	text-decoration: none;
}


div#holder2 { 
	position:relative;
	left:0px;
	top:0px;
	width:350px;
	height:400px; 
	z-index:100; 
	visibility: visible;
}

div#wn2 { 
	position:absolute;
	left:0;
	top:0;
	width:350px;
	height:500px; 
	z-index:2;
	visibility: visible;
}
div#lyr1 { 
	width:350px 
}

div.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	width: 350px;
	height: 500px;
	visibility:hidden;
	
}  
div.content2 {
	position:absolute;
	left:0px;
	top:20px;
	z-index:3;
	width: 450px;
	height: 500px;
	visibility: hidden;
	
}
a:link {
	color: #FF3399;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #FF3399;
	text-decoration: none}  
