@charset "utf-8";
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	letter-spacing: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.a:link {
	color: #0023ba;
	text-decoration: none;
}
.td-border {
	background-color: #eeeeee;
	border-bottom-width: .25px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
.a:visited {
	color: #0023ba;
	text-decoration: none;
}
.a:hover {
	color: #0023ba;
	text-decoration: none;
}
.a:active {
	color: #0023ba;
	text-decoration: none;
}
.td-no-border {
	line-height: 25px;
	text-align: center;
}
.td-no-border2 {
	line-height: 12px;
	text-align: center;
}

