﻿#container {
	width: 500px;
	height: 300px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.text {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text_bold {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text_nav {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a.hyperf:link {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a.hyperf:visited {
	color: #FFFFFF;
	text-decoration: none;
		
}
a.hyperf:hover {
	color: #FF0000;
	text-decoration: underline;
	text-decoration: none;
}
a.hyperf:active {color:#FFFFFFF;}
}
