.infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#999999; border-width:1px; border-style:solid;
	position: relative;
	left: 0%;
	top: 50px;
	width: 600px;
	margin-left:0px;
	
	overflow: auto; 
	margin-bottom:20px;
}	
	
#ie .infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#999999; border-width:1px; border-style:solid;
	position: relative;
	left: 0px;
	top: 50px;
	width: 600px;
	margin-left:-100px;
	
	overflow: auto; 
	margin-bottom:20px;
}	
	
.infotext h1
{
	color: #999999;
	font-size : 12px;	
	font-weight : bold;
	font-family: Arial,Helvetica,Univers,Zurich BT;
padding-bottom:4px;
}

.infotext p
{
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
padding-bottom:4px;
}