/* CSS Document */

.navigation {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #660000;
}

.navigation2 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	text-decoration: none;
	font-style: italic;
	font-weight: lighter;
}

.navigation2:hover {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	text-decoration: none;
	font-style: italic;
}

.navigation3 {
	background-color: #94080B;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	white-space: normal;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	color: #FFFFFF;
	}
.navigation3:hover {
	background-color: #004365;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	white-space: normal;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	color: #FFFFFF;
	}
