/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 4px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #F0E8C4;
	font-style: normal;
	font-weight: bold;
	background-color: #003300;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #F0E8C4;
	font-style: normal;
	font-weight: bold;
	background-color: #CC6600;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #F0E8C4;
	font-style: normal;
	font-weight: bold;
	background-color: #471202;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #F0E8C4;
	font-style: normal;
	font-weight: bold;
	background-color: #CC3300;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
}

.homecontactbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #f0e8c4;
	background-color: #003300;
	display: inline-table;
	padding: 4px;
}

.homecontactbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	background-color: #CC6600;
	display: inline-table;
}


.homecontactbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0E8C4;
	background-color: #CC3300;
	display: inline;
}

.homecontactbar2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0E8C4;
	background-color: #cc6600;
	display: inline;
}
