@charset "UTF-8";
.navHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/nav-gradient.jpg);
	background-repeat: repeat-x;
}
.navHead a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.navHead a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.navHead a:hover {
	color: #FF6699;
}
.navHead a:active {
text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.text a:link {
	text-decoration: underline;
	color: #167FAF;
	font-weight: bold;
}
.text a:visited {
	text-decoration: underline;
	color: #167FAF;
	font-weight: bold;
}
.text a:hover {
	color: #FF6699;
}

.bluehead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #167FAF;
}
.redhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A40234;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #e1f0f7;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #167FAF;
}

.purplehead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C2AE4;
}
.textSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #167FAF;
	text-align: center;
}
.TSfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 3px;
}
