.infobox {
	position: absolute;
	top: 1480px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	}
	
.infobox h1 {
	color:#0556A8;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:1.5;
	vertical-align:middle;
	display: block;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #BDBDBD;
	border-right: 3px solid #BDBDBD;
	border-bottom: 3px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	background-color: #F8A934;
	}
	
.infotext {
	color: #000000;
  	text-align: justify;
  	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border: 1px solid #BDBDBD;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration:underline;
	}

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