a:link, a:active, a:visited {
	color: #666666;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-family: Arial ;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.navigation {
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav_CurrentPage {
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigation a:link, .navigation a:active, .navigation a:visited {
	color: #FFFFFF;
	font-family: Arial ;
	font-size: 14px;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFCC00;
	font-family: Arial ;
	font-size: 14px;
	text-decoration: none;
}

.nav_CurrentPage a:link, .nav_CurrentPage a:active, .nav_CurrentPage a:visited {
	color: #FFCC00;
	font-family: Arial ;
	font-size: 14px;
	text-decoration: none;
}

.stdText {
	color: #333333;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.4em;
}
.stdTextCenter {
	color: #333333;
	font-family: Arial ;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
}



.footer, .footer a {
	color: #000000;
	font-family: Arial ;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}