/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 16px;
padding: 0px 10px 0px 0px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E6E6E6;
	display: block;
	padding: 0px;
	width: 160px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000000;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DFDFDF;
	display: block;
	padding: 0px;
	width: 160px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FF0000;
}
