/* LINKS SETTINGS */

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #0A8169;
	/*color: #09987a;*/
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #0A8169;
	/*color:  #09987a;*/
	text-decoration: underline;
}

a.supnav {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.supnav:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a.nav {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle; 
}
a.nav:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	/*text-decoration: underline;*/
	font-weight: bold;
	vertical-align: middle; 
}

a.subnav {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #00A27D;
	font-weight: bold;
	vertical-align: middle; 
}
a.subnav:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #00A27D;
	font-weight: bold;
	vertical-align: middle; 
}
