/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000099;
	line-height: 18px;
	padding: 3px;
	font-stretch: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000099;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFF00;
	display: block;
	width: 230px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	padding-left: 8px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	width: 230px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	padding-left: 8px;
}
.Bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
