@charset "utf-8";

table {
	border-collapse: collapse;
	width: 545px;
	font-size: 0.75em;
	line-height: 1.6em;
}

th {
	background: #F60;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

th a:link {
	color:#FFFFFF;
	text-decoration: underline
}
th a:visited {
	text-decoration: underline;
	color: #FFFFFF
}
th a:hover {text-decoration: none; color: #FF3300}

td {
	padding: 3px 0 3px 10px;
	background-color: #fffacd;
	text-align: left;
	border-bottom: dotted 2px #e0e0e0;
	vertical-align: top;
}

tr.alt td {
	background: #ffffe0;
}

tr.over td, tr:hover td {
	;
	background-color: #e6e6fa;
}

.bgwhite {background-color:#fff}
.bgorange {background-color:#fff}
