.infobox {
	position: absolute;
	top: 1600px;
	left: 50%;
	width: 843px;
	margin-left: -421px;
	}
	
.infobox h1 {
	color: #ffffff;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #D0152A;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}
.infocontent {
	background-color: #E1E1E1;
	padding-left: 195px;
	border: 1px solid #000000;
	}
.infotext {
	color: #000000;
  text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration:underline;
	}

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