/*Definitionen für Sub-Navigationslinks*/

/*Tabellenzelle der Sub-Navi-Links*/
.subNavCell {
	font-size : 8pt;
	color : #e05118;
	padding-bottom : 3px;
	padding-top : 3px;
}
a.subNavLink:link {
	color : #001f74;
	text-decoration : none;
}
a.subNavLink:visited {
	color : #001f74;
	text-decoration : none;
}
a.subNavLink:hover {
	color : #e05118;
	text-decoration : none;
}


