/* nav
-------------------------------- */
.nav {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

.nav a {
	text-decoration: none;
	color: #00A048;
}

/* subnav
-------------------------------- */

table.subnav {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	border-collapse: collapse;
}

table.subnav a {
	color: #666666;
	text-decoration: none;
}


/* other
-------------------------------- */

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}

h5 {
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: -0.5px;
	font-size: 30px;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding-left: 60px;
}

