@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
}

.mainNavigation, a:link .mainNavigation, a:visited .mainNavigation {
	font-family: Verdana;
	font-size: 12px;
	color: #006568;
	text-align: center;
	text-decoration: none;
}


a:hover .mainNavigation, a:active .mainNavigation {
	font-weight: bold;
	color: #006568;
	background-color: #E7F0F0;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.subNavigation, a:link .subNavigation, a:visited .subNavigation {
	font-family: Verdana;
	font-size: 12px;
	color: #8ab4b8;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 8px;
	text-decoration: none;
}

a:hover .subNavigation, a:active .subNavigation {
	color: #006568;
	font-weight: bold;
}

.mainNavigationHover, a:link .mainNavigationHover, a:visited .mainNavigationHover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006568;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: .5px;
	background-color: #E7F0F0;
}
.box {
	background-color: #E7F0F0;
}
