.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.text:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9933;
	text-decoration : underline;
}
.text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration : none;
}
.textblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.textwhite {
	font-family: tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC66;
}
.textdarkg {

	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #707270;
}
.textblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
}
.textblue:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
	text-decoration : none;
}

.textbluebold {

	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #000052;
}
.textnormal {

	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #707270;
}
