@charset "utf-8";
.border4 {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.margin-left-right-10 {
	margin-left: 10px;
}

.bustinnormal {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
	text-align: left;
}
.bustinheading {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
.headinglarger {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.bullets10 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	list-style-position: outside;
	margin-left: -20px;
	text-align: left;
}
.bustinsmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
