/* CSS Document */


p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 8 px;
	left: auto;
	margin-left: 8 px;
	text-indent: 1px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #0000CC;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #6591D2;
	display: block;
	padding: 8px;
	width: auto;
	left: auto;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #FFCC33;
	display: block;
	padding: 8px;
	width: auto;
}
.background {
	background-color: #FFFFCC;
	border: #ffffff;
}
