a:link {
	font-size: 12px;
	color: #5B95B0;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #0a4759;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #c5dze1;
	text-decoration: none;
}
a.sidebarLink:link {
	font-size: 12px;
	color: #0a4759;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarLink:visited {
	font-size: 12px;
	color: #022936;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarLink:hover {
	font-size: 12px;
	color: #c5dze1;
	text-decoration: none;
	font-weight: bold;
}
a.footerLink:link {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
a.footerLink:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
a.footerLink:hover {
	font-size: 10px;
	color: #AFC8D3;
	font-weight: normal;
}

