@charset "utf-8";
/* CSS Document */

.p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: normal;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
	display: block;
	padding: 8px;
	width: auto;
}
.navigation:hover  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	display: block;
	padding: 8px;
	width: auto;
}
.subnavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	right: auto;
	padding: 3px;
	background-color: #C00;
	line-height: normal;
}
.restofusnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px;
	background-color: #C00;
	color: #FFF;
	width: auto;
	display: block;
}
.restofusnav:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px;
	background-color: #333;
	color: #FFF;
	width: auto;
	display: block;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.imagenavigation {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 0;
}
.backnavigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #C00;
}
.backnavigation:hover  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	background-color: #F00;
	display: block;
	padding: 8px;
	width: auto;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
