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


body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
}

a, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #483c32;
	text-decoration:underline;
}
a:visited {color: #f0a918;}
a:hover {color: #999999; text-decoration:none;}

td.allblackborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

td.leftrightborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #000000;
}

td.lrbottomborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
}

.topNav, .topNav a, .topNav a:visited, .topNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #f0a918;
	text-decoration:none;
}

.topNav a:hover {
	color: #999999;
}

.bottomNav, .bottomNav a, .bottomNav a:visited, .bottomNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.bottomNav a:hover {
	text-decoration:underline;
}

.whitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.browntextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #483c32;
}

.whitetextboldsm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
}
.normalLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #483c32;
	text-decoration:underline;
}
.normalVisitedLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f0a918;
	text-decoration:underline;
}
.style1 {
	color: #FF0000;
	font-size: 16px;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
