/* CSS Document */

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

.bold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0099FF;
}

.navigation {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 1px;
	width: 149px;
}
.headernav {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF9933;
	display: block;
	width: 90px;
	height: 22px;
}
.navtop {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 1px;
	width: 140px;
}
