body {font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;}

.green {color: #006666;}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #066;
	color: white; }
	
.subnav {
	font-size:12px;
	text-decoration: none;	
	background-color: #ffffff;
	color: #666; 
	}
.subnavgreen {
    font-size:12px;
	text-decoration: none;	
	background-color: #ffffff;
	color: #066; 
	}
.subnavheader{
    font-size:14px;
	text-decoration: none;	
	background-color: #ffffff;
	color: #066; 
	}
.pagetitle {
	margin-top:15px;
	text-transform: uppercase;
	color: #006666;
	font-weight: bold;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.note {
	font-size: 12px;
	font-style:italic;
	}
