@charset "utf-8";
#Navigation1 {
	background-color: #7f8A81;
	height: auto;
	padding: 15px;
}
#Navigation1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation1 a {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CED2B6;
	border-bottom-color: #CED2B6;
	text-decoration: none;
	color: #CCCCCC;
}
#Navigation1 a:link, #Navigation1 a:visited {
	color: #414f49;
}
#Navigation1 a:hover, #Navigation1 .current a {
	background-color: #fbfcf9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#Navigation2 {
	background-color: #CCCCCC;
	padding: 8px;
}
#Navigation2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation2 a {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #191919;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Navigation2 a:link, #Navigation a:visited {
	color: #004848;
}
#Navigation2 a:hover, #Navigation2 .current a {
	background-color: #fbfcf9;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
