BODY {
	color: #000000;
}

A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.TableHeader {
	color: #003F80;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

.Information {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

.Information_Error {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

.Form_Header {
	color: #000000;
	font-weight: bold;
}