a {
		font-size: 12px;
		text-decoration: none;
		color: #9f9; /* lime green so I can see unformatted links */
		cursor: pointer;
		}
a:link {
		font-size: 12px;
		text-decoration: none;
		color: #9f9;
		cursor: pointer;
		}
a:visited {
		font-size: 12px;
		text-decoration: none;
		color: #9f9;
		cursor: pointer;
		}
a:hover {
		font-size: 12px;
		text-decoration: none;
		color: #00f;
		cursor: pointer;
		}	

.greennav {
		color: #79974C;
		font-weight: bold;
		}
a.greennav:link {
		color: #79974C;
		font-weight: bold;
		}
a.greennav:visited { 
		color: #79974C;
		font-weight: bold;
		}
a.greennav:hover {
		color: #79974C;
		font-weight: bold;
		text-decoration: underline;
		}


.biggreennav {
		font-weight: bold;
		color: #4B730D;	
		}
a.biggreennav:link {
		font-weight: bold;
		color: #4B730D;	
		}
a.biggreennav:visited { 
		font-weight: bold;
		color: #4B730D;	
		}
a.biggreennav:hover {
		font-weight: bold;
		color: #4B730D;	
		text-decoration: underline;
		}		
		
	
.greynav {
		font-weight: normal;
		color: #7D7D7D;
		}
a.greynav:link {
		font-weight: normal;
		color: #7D7D7D;
		}
a.greynav:visited { 
		font-weight: normal;
		color: #7D7D7D;
		}
a.greynav:hover {
		font-weight: normal;
		color: #BE533C;
		text-decoration: underline;
		}
		
		
.breadcrumb {
		font-size: 11px;
		font-weight: normal;
		color: #7D7D7D;
		}
a.breadcrumb:link {
		font-size: 11px;
		font-weight: normal;
		color: #7D7D7D;
		}
a.breadcrumb:visited { 
		font-size: 11px;
		font-weight: normal;
		color: #7D7D7D;
		}
a.breadcrumb:hover {
		font-size: 11px;
		font-weight: normal;
		color: #BE533C;
		text-decoration: underline;
		}		
		
		
.rednav {
		font-weight: bold;
		color: #BE533C;
		}
a.rednav:link {
		font-weight: bold;
		color: #BE533C;
		}
a.rednav:visited { 
		font-weight: bold;
		color: #BE533C;
		}
a.rednav:hover {
		font-weight: bold;
		color: #BE533C;
		text-decoration: underline;
		}
		
.rednav2 { /* same as rednav but normally black - red when roll over - not bold - used on downloads page */
		color: #000;
		}
a.rednav2:link {
		color: #000;
		}
a.rednav2:visited { 
		color: #000;
		}
a.rednav2:hover {
		color: #BE533C;
		text-decoration: underline;
		}						
		
		
.blacknav {
		font-weight: bold;
		font-size: 9px;
		color: #000;
		}
a.blacknav:link {
		font-weight: bold;
		font-size: 9px;
		color: #000;
		}
a.blacknav:visited { 
		font-weight: bold;
		font-size: 9px;
		color: #000;
		}
a.blacknav:hover {
		font-weight: bold;
		font-size: 9px;
		color: #000;
		text-decoration: underline;
		}				
			
	
		
.mainnav { 
		font-size: 16px;
		color: #fff;
		text-transform: lowercase;
		}
a.mainnav:link {
		font-size: 16px;
		color: #fff;
		text-transform: lowercase;
		}
a.mainnav:visited { 
		font-size: 16px;
		color: #fff;
		text-transform: lowercase;
		}
a.mainnav:hover {
		font-size: 16px;
		color: #fff;
		text-transform: lowercase;
		}		


.subnav { 
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		}
a.subnav:link {
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		}
a.subnav:visited { 
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		}
a.subnav:hover {
		line-height: 24px;
		font-size: 12px;
		color: #4B730D;
		text-decoration: underline;
		}	

.box_nav { 
		font-weight: bold;
		font-size: 14px; 
		text-transform: uppercase;
		color: #fff; 
		}
a.box_nav:link {
		font-weight: bold;
		font-size: 14px; 
		text-transform: uppercase;
		color: #fff; 
		}
a.box_nav:visited { 
		font-weight: bold;
		font-size: 14px; 
		text-transform: uppercase;
		color: #fff; 
		}
a.box_nav:hover {
		font-weight: bold;
		font-size: 14px; 
		text-transform: uppercase;
		color: #fff; 
		text-decoration: underline;
		}