
/* CSS Document */

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #C3AC83;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AC9069;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}
.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #B4B1BC;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}

.navigation2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #E8E7EC;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}
.navigation3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F2F3EE;
	text-decoration: none;
	background-color: #C1C3B5;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}

.navigation3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #E7E8E0;
	background-repeat: no-repeat;
	display: block;
	padding: 8px;
	width: 100px;
}
