@charset "utf-8";
.text {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: justify;
	padding: 15px;
	margin: 0px;
}
.textList {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: left;
	padding: 15px;
	margin: 0px;
	list-style-image: url(images/__bullet.gif);
}
.textsmall {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-align: justify;
	padding: 10px;
	margin: 0px;
}
.textsmall2 {
	color: #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	text-align: justify;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
}
.textsmall3 {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	letter-spacing: .5px;
	padding-right: 10px;
	padding-left: 10px;
}
.activenav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: .5px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #FF980F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.active {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
body {
	background-image: url(images/__bg.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
	word-spacing: 0pt;
	display: block;
	width: 850px;
	margin: 0px;
	text-align: center;
	white-space: normal;
	background-position: 15px;
}

#hide {
display:none;
}
