td {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.input, select, textarea {
	font-family: Tahoma, Arial;
	font-size:12px;
	border-bottom-color:#0070CB;
	border-bottom-width:1px;
	border-left-color:#0070CB;
	border-left-width:1px;
	border-right-color:#0070CB;
	border-right-width:1px;
	border-top-color:#0070CB;
	border-top-width:1px;
}
.head-bold {
	font-family: Tahoma, Arial;
	font-size:12px;
	font-weight: bold;
}
.subhead-bold {
	font-family: Tahoma, Arial;
	font-size:11px;
	font-weight: bold;
}
.err {
	font-family: Tahoma, Arial;
	font-size:11px;
	color: red;
	font-weight:bold;
}
.blue-link {
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #0070CB;
	text-decoration: none;
}
.blue-link:hover {
	color: #999999;
	text-decoration: none;
}
.table-head {
	background-color: #37629B;
	font-family: Tahoma, Arial;
	font-size:12px;
	font-weight: bold;
	color: #fff;
}