@charset "utf-8";
/* CSS Document */

a {
	color: #000099;
	text-decoration: none;
}
#body a {
	color: #000099;
	font-weight: bold;
}
.highlighttext {
	color: #0099CC;
}
#body a:hover {
	color: #0066CC;
}
#link2 a {
	color: #336699;
}
#link2 a:hover {
	color: #33CC99;
}


#navbar a {
	color: #000099;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00CC99;
	border-right-color: #00CC99;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar a:hover {
	color: #0066CC;
}
