@charset "utf-8";
.blackborder {
	border: 2px solid #000000;
}
.section-underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.blackborder1px {
	border: 1px solid #000000;
}
.rightbar {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	font-size: small;
}
.rightbar a:link {
	color: #006633;
	text-decoration: none;
}
.rightbar a:visited {
	color: #006633;
	text-decoration: none;
}
.rightbar a:hover {
	color: #009900;
	text-decoration: none;
}
.rightbar a:active {
	color: #00CC00;
	text-decoration: none;
}


