
.smallfont {
	font-family: Tahoma;
	font-size: 10px;
	color:#000000;
}

.stdfont {
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
}

.bldfont {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}

.lnkfont {
	font-family: Tahoma;
	font-size: 15px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.lnkfont:hover {
	font-family: Tahoma;
	font-size: 15px;
	color:#0000FF;
	text-decoration: none;
	font-weight: bold;
}

.lnkfonts {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}

.lnkfonts:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#0000FF;
	text-decoration: none;
}

.titlefont {
	font-family: Tahoma;
	font-size: 18px;
	color:#000000;
	font-weight: bold;
}

