@charset "utf-8";

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}

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

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

