.infobox
	{
	position: absolute;
	top: 600px;
	left: 0%;
	width: 640px;
	margin-left: 190px;
	}
.infobox h1
	{
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
	color: #ffffff;
	background-color: #31659C;
	margin:0px;
	padding: 5px;
	}
.infotext
	{
	color: #000000;
	padding: 10px;
	font-size: 12px;
	font-family: arial;
	text-align: justify;
	border: 1px solid #31659C;

	}
.infotext h2
	{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	}
.infotext a:link, .infotext a:visited
	{
	color: #31659C;
	text-decoration: none;
	font-weight: bold;
	}
.infotext a:hover, .infotext a:active
	{
	color: #7BC3EF;
	text-decoration: none;
	font-weight: bold;
	}
.infotext strong
	{
	font-weight: normal;
	}
