.bckgrnd {
	background-color: #4d8f74;
}

a.nav1 {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

a.nav1:active {
	text-decoration:none;
	color:#CC3300;
}
a.nav1:hover {
	text-decoration:none;
	color:#CC3300;
}
a.nav1:link {
	text-decoration: none;
}

a.nav2 {
	text-decoration: none;
	color:#000000;
}

a.nav2:active {
	text-decoration:none;
}
a.nav2:hover {
	text-decoration:underline;
	color:#CC3300;
}
a.nav2:link {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #447E67;
	margin-bottom: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #447E67;
	margin-bottom: 5px;
}