.textBlue {
	font-family: Verdana;
	font-size: 10px;
	color: #557DA1;
}

.textGreen {
	font-family: Verdana;
	font-size: 10px;
	color: #91C95C;
}

.textOrange {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
}

.textRed {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

.textGrey {
	font-family: Verdana;
	font-size: 10px;
	color: #777777;
}

.textComment {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

a.linkOrange {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

a.linkOrange:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

a.linkGreen {
	font-family: Verdana;
	font-size: 10px;
	color: #91C95C;
	text-decoration: none;
}

a.linkGreen:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

a.linkComment {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

a.linkComment:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}