.text {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}
.textBold {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.texttitle {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 1px;
}
.textBoldRed {
	font-family: Verdana;
	font-size: 12px;
	color: #FF6633;
	font-weight: bold;
}
.textSmall {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #FF6633;
}
.textSmallBold {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.textSmallBoldGreen {
	font-family: Verdana;
	font-size: 10px;
	color: #009900;
	font-weight: bold;
}
.textSmallBoldRed {
	font-family: Verdana;
	font-size: 10px;
	color: #ff6633;
	font-weight: bold;
}
.textSmallWhite {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
.textSmallGreen {
	font-family: Verdana;
	font-size: 10px;
	color: #009900;
	font-weight: normal;
}
