@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #f6911d;
	text-decoration: none;
}
a:link {
	color: #f6911d;
	text-decoration: none;
}
a:hover {
	color: #f6911d;
	text-decoration: underline;
}
.footertext {
	font-size: 9px;
	color: #999;
}
.titlefont {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
.mainnav {
	border-bottom-style: dotted;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}