@charset "utf-8";
/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	padding: 3px;
}.bold {
	font-family: "Palatino Linotype";
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.bold2 {
	font-family: "Palatino Linotype";
	font-size: 20px;
	color: #F00;
}


.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #8A8A8A;
	display: block;
	padding: 8px;
	width: 140px;
}  


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #8A8A8A;
	display: block;
	padding: 8px;
	width: 140px;










.bold {
	text-align: left;
}
.Moreinfo {
	font-family: fantasy;
	font-size: 14px;
	color: #000;
}
.weblink {
	color: #000;
	background-color: #8A8A8A;
	border: thin none #00F;
}
