/* CSS Document */

p{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
color:#000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #003300;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #648359;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #CBE4FA;
}
.nav_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	background-color: 336633;
	color: #000000;
	display: inline;
	width: 170px;
}

.nav_top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	background-color: #CBE4FA;
	color: #000000;
	display: inline;
	width: 170px;
}

