.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.textsm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.textjustify {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 18px;
}
.textjustifywithbg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 18px;
	background-color: #FFC;
}

.textjustifysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: justify;
	line-height: 18px;
}

.texthead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2983B8;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #333;
}

