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

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#cccccc;
	line-height: 14px;
	padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height; 18px;
	color:#CCCCCC;
	font-weight: bold;
	font-style: underline;
}

.highlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height; 18px;
	color: #990000;
}

.infotext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	background-color: #990000;
	padding: 8px;
	width: 145px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14 px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	background-color: #000000;
	padding: 8 px;
	width: 145 px;
}


.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 14 px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	display: inline;
	text-decoration: none;
	background-color: #000000;
	padding: 5 px;
	width: 130 px;
	height: 29 px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 14 px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	display: inline;
	text-decoration: none;
	background-color: #990000;
	padding: 5 px;
	width: 130 px;
	height: 29 px;
}