body,td,th {
	font-size: 12px;
	color: #2E2E2E;
	line-height:200%
}
.red {
	color: #FF7200;
}
.input {
	height: 16px;
	border: 1px solid #7F9DB9;
	font-size: 12px;
	color: #333333;
}
.white {
	color: #FFFFFF;
}
a:link {
	color: #2E2E2E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2E2E2E;
}
a:hover {
	text-decoration: none;
	color: #2491D2;
}
a:active {
	text-decoration: underline;
	color: #2491D2;
}
.blue {
	color: #1E7EBA;
}

