.infobox
	{ background-color: white; 
	position: absolute; 
	left: 250px; 
	top: 650px; 
	width: 735px; 
	}

*html .infobox
	{
	width: 730px;
	}

.infobox h1
	{
	color: #2b1955;
	font-size : 13px;	
	font-weight : bold;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	background-color: #e7e9f5;
	margin: 0px;
	padding: 10px;
	}
	
.infotext
	{
	color: #2b1955;
	padding: 10px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: justify;
	text-decoration: none;
	border-color:#e7e9f5; border-width:1px; border-style:solid; 
	}
	
.infotext p
	{
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-decoration: none;
	color: #2b1955;
	font-size: 11px;
	}
	
.infotext strong {
	font-weight: normal;
	}

.infotext a:link, .infotext a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #669fdd;
	text-decoration: none;
	font-weight: normal;
	}
	
