.infobox
	{
	position: absolute;
	top: 850px;
	left: 50%;
	width: 740px;
	margin-left: -370px;
	}
.infotext
	{
	padding: 10px;
	background-color: #ffffff;
	border-top: 5px solid #CE0000;
	border-right: 1px solid #CE0000;
	border-bottom: 5px solid #CE0000;
	border-left: 1px solid #CE0000;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	color: #808080;
	font-size: 11px;
	font-family: arial;
	text-align: justify;
	}
.infotext h1
	{
	font-size: 23px;
	font-weight: normal;
	color: #CE0000;
	}
.infotext h2
	{
	font-size: 16px;
	font-weight: normal;
	}
.infotext a:link, .infotext a:visited, .infotext a:hover, .infotext a:active
	{
	color: #808080;
	text-decoration: none;
	}
.infotext strong
	{
	font-weight:normal;
	}
