.infobox
	{
	position: absolute;
	top: 550px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	}
.infotext p
	{
	color: #023f9a;
	padding: 15px;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial;
	text-align: justify;
		
	}
.infobox h1
	{
	font-size: 19px;
	font-weight: normal;
	font-family: arial;
	color: #ffffff;
	margin: 0px;
	padding: 8px;
	background-color: #083C9C;
	}
*html .infobox h1
	{
	margin: 0px -2px 0px 0px;
	}
.infotext h2
	{
	font-size: 13px;
	font-weight: bold;
	color: #083C9C;
	}
.infotext a:link, .infotext a:visited
	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
.infotext a:hover, .infotext a:active
	{
	color: #083C9C;
	text-decoration: none;
	font-weight: normal;
	}
.infotext strong
	{
	font-weight: normal;
	text-decoration: underline;
	}