/* CSS Document */

p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #335EA8;
	text-decoration: none;
	background-color: #66FF66;
	display: block;
	padding: 8px;
	width: 185px;
	text-align: center;
}

.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
	background-color: #00CC33;
	display: block;
	padding: 8px;
	width: 185px;
	text-align: center;
}

.nav_across {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	background-color: #66FF66;
	display: inline;
	padding: 8px;
	width: 185px;
	text-align: center;
}

.nav_across:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
	background-color: #00CC33;
	display: inline;
	padding: 8px;
	width: 185px;
	text-align: center;
}
.navigation4B {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-color: #0066FF;
	display: block;
	padding: 8px;
	width: auto;
	text-align: center;
}
.navigation4B:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: auto;
	text-align: center;
}
