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

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #6A0000;
	line-height: normal;
	padding: 3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	font-weight: normal;
	color: #990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px;
	width: auto;
	text-decoration: none;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D03D03;
	display: block;
	padding: 3px;
	width: auto;
	text-decoration: none;
}
