
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.submenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.box {
	border: 1px solid #E6E6E6;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navigation:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navigation:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navigation:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.navigation:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.submenue:link {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.submenue:visited {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.submenue:hover {
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}