a.lnk:link {
	color: #666666;
	text-decoration: none;
}
a.lnk:visited {
	color: #666666;
	text-decoration: none;
}
a.lnk:hover {
	color: #999999;
	text-decoration: underline;
}
a.lnk:active {
	color: #666666;
	text-decoration: none;
}
.HeaderText {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5C5D5C;
	background-color: #EDEDED;
}
.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: #EBEBE3;
	font-weight: bold;

}
.HeaderTextAlt {
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #AFAFAF;
	font-weight: bold;

}
.FormField {
	font-family: Tahoma;
	font-size: xx-small;
	color: #666666;
}

