/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #63738c;
line-height: 18px;
padding: 8px;
}.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #63738c;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #63738c;
	display: block;
	padding: 6px;
	width: 130px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	color: #63738c;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #acc6df;
	text-decoration: none;
	background-color: #336699;
	display: block;
	padding: 6px;
	width: 130px;
}
