 
a:link {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0097DF;
	text-decoration: underline;
}


a.footer:link {
	text-decoration: underline;
	font-size: 11px;
	color: #006699;
}
a.footer:active {
	text-decoration: none;
	font-size: 11px;
	color: #006699;
}
a.footer:hover {
	text-decoration: none;
	font-size: 11px;
	color: #006699;
}
a.footer:visited {
	text-decoration: underline;
	font-size: 11px;
	color: #0097DF;
}
a.nav:link {
	color: #006699;
	font-size: 12px;
}
a.nav:active {
	color: #0097DF;
	font-size: 12px;
}
a.nav:hover {
	color: #000000;
	font-size: 12px;
} 
a.nav:visited {
	color: #0097DF;
	font-size: 12px;
}
