/* news styles */
.newsHeader {
	font-size: 12px;
	font-weight: normal;
}
.newsDate {
	color: #999999;
}

/* font color styles */
.subfooter a,.subfooter  {
	color: #184818;	
	text-decoration: none;
	font-size:11px;
}
.subfooter a:hover {
	text-decoration: underline;
}

.success {
	color: #009900;
	text-decoration: none;
}
.lightGray {
	color: #636261;
}
.darkGray {
	color: #666666;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #009B6A;
}
a span.orange {
	color: #009B6A;
	text-decoration: underline;
}

/* readonly lookalike input style */
.readonly {
	background-color: #D4D0C8;
}

.hand {
	cursor: help;
}
.mouseoverText {
	text-decoration: none;
	color: #184818;
}
.forceUppercase {
	text-transform: uppercase;
}
.lineThrough {
	text-decoration: line-through;
}
