/* CSS Document */







.bold {
font family: Times New Roman, Times, serif;
font size: 14px;
line-height: 18px;
font-weight:bold;
color:#0000FF

}
.navigation {
font-family: Times New Roman, Times, serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F3F1B1;
	display: block;
	padding: 8px;
	width: auto;
}
.navigation:hover {
font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #F3F1B1;
	display: block;
	padding: 8px;
	width: auto;
}
