a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.HeaderText {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	background-color: #E8E8BB;
}
.NormalText {
	font-family: Tahoma;
	font-size: x-small;
}
.NormalTextLarge {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
}
.HeaderTextSmall {
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
	background-color: #F3F3DE;
	font-weight: bold;

}
.HeaderTextAlt {
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #9BA9B3;
	font-weight: bold;

}
.FormField {
	font-family: Tahoma;
	font-size: xx-small;
	color: #666666;
}
