/* CSS Document */

/*++++++++++++++++++++++++++++++++  Links Haupt Navigation +++++++++++++++++++++++++++++++*/
#topnav a:link, a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#topnav a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #AACDFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#topnav a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
/*++++++++++++++++++++++++++++++++  Links Sub Navigation +++++++++++++++++++++++++++++++*/
#subnav a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#subnav a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#subnav a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AACDFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#subnav a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}

#selected {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #AACDFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#selectedSub {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AACDFF;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
#bg a:link {
	color: #000099;
}
#bg a:visited {
	color: #000099;
}
