.text {
	font-family: Tahoma;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}
.normaltext {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a.normaltext:hover {
	text-decoration: underline;
}
.normaltextbold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}

.bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.textorange {
	font-family: Tahoma;
	font-size: 11px;
	color: #FC5E00;
	text-decoration: none;
}
a.textorange:hover {
	text-decoration: underline;
}
.sidehead {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FC5E00;
	text-decoration: none;
}
a.sidehead:hover {
	text-decoration: underline;
}
