@charset "UTF-8";

.nav a:link {
	color: #C60;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	margin-top: 5px;
}
.nav a:visited {
	color: #C60;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	margin-top: 5px;
}
.nav a:hover {
	color: #C00;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 12px;
	text-align: center;
	margin-top: 5px;
}
.nav a:active {
	color: #C60;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	margin-top: 5px;
}
.navOff {
	color: #900;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	text-align: center;
	margin-top: 5px;
}



.copyrightHere {
	color: #999;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 1.5em;
}

.copyrightHere a:link {
	color: #999;
	text-decoration: underline;
	font-size: 9px;
}
.copyrightHere a:visited {
	color: #999;
	text-decoration: none;
}
.copyrightHere a:hover {
	color: #999;
	text-decoration: none;
}
.copyrightHere a:active {
	color: #999;
	text-decoration: none;
}
.textCentered {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
