@charset "utf-8";
/* CSS Document */
#topnavigation {
	color:#FFFFFF;
	text-align:center;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	margin-bottom:0px;
	text-decoration:none;
}
#topnavigation a {
	color:#FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-decoration:none;
	}
#topnavigation a:active {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topnavigation a:hover {
	color: #000066;
	padding-bottom:2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	}
#topnavigation a:visited {
	color:#FFFFCC;
	}

