a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #993300;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #993300;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-align: center;
}
.navtext a:visited, .navtext a:link, .navtext a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.navtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.navtext_CurrentPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-align: center;
}
.navtext_CurrentPage a:visited, .navtext_CurrentPage a:link, .navtext_CurrentPage a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.navtext_CurrentPage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.stdText{
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align:left;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
.stdTextCenter{
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align:center;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	color: #00000;
	text-align: center;
	
}

.footer, .footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
}