/* ***** ***** MAIN LINKS ***** ***** */

a:link, a:active, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/* ***** ***** NO JAVASCRIPT TOP MENU ***** ***** */

a.topnojs:link, a.topnojs:active, a.topnojs:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

a.topnojs:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #0c1967;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

/* ***** ***** RETURN TO TOP ***** ***** */

a.rtt:link, a.rtt:active, a.rtt:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.rtt:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* ***** ***** BREADCRUMB ***** ***** */

a.bc:link, a.bc:active, a.bc:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

a.bc:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

/* ***** ***** LEFT NAV ***** ***** */

a.lncs:link, a.lncs:active, a.lncs:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.lncs:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* ***** ***** HIGHLIGHT ***** ***** */

a.highlight:link, a.highlight:active, a.highlight:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.highlight:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}