td {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #555555;
}
a:link {
	font-family: Tahoma, "Trebuchet MS";
	color: #095AA5;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, "Trebuchet MS";
	color: #095AA5;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, "Trebuchet MS";
	color: #095AA5;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, "Trebuchet MS";
	color: #002F5B;
	text-decoration: underline;
}
a.white:link {
	font-family: Tahoma, "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.white:visited {
	font-family: Tahoma, "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.white:hover {
	font-family: Tahoma, "Trebuchet MS";
	color: #B5D7F7;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.white:active {
	font-family: Tahoma, "Trebuchet MS";
	color: #B5D7F7;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
select {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #555555;
}
input {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #555555;
	border: 1px solid #999999;
	padding: 2px;
	height: 18px;
}
textarea {

	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #555555;
}
.error {
	color: #CC0000;
}
.green {
	color: #627700;
}
.orange {
	color: #CC6500;
}