td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a.stdLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.stdLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

a.stdLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.stdLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.banner {
	font-family: Georgia;
	font-weight: bold;
	font-size: 36px;
	color: #225588;
}
.hilite {
	color: blue;
	}
TABLE.menu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TABLE.menu TD.selected {
	background-color: #336699;
}
TABLE.menu TD.selected A {
	color: white;
	cursor: default;
	text-decoration: none;
}
TABLE.menu TD.item A {
	color: #336699;
	text-decoration: none;
}
TABLE.menu TD.item A:hover {
	color: #FF9900;
}
table.form {
	border: 1px solid #e0e0e0;
	}
table.form input.text{
	width: 100%;
	}
table.form td.thead {
	color: black;
	font-weight: bold;
	padding: 0 1ex 0 1ex;
	}
table.list a, table.list a:active, table.list a:visited {
	color: blue;
	text-decoration: none;
	}
table.list a:hover {
	color: red;
	text-decoration: none;
	}
table.list a.suspended {
	color: gray;
	text-decoration: line-through;
	}
table.list thead td {
	color: black;
	font-weight: bold;
	border-bottom: 1px solid gray;
	}
table.list tbody td {
	color: black;
	border-bottom: 1px solid #e0e0e0;
	}
table.list tr.suspended td {
	color: #a0a0a0;
	}
table.list tr.suspended td.suspended {
	text-decoration: line-through;
	}
table.list tr.overdue td {
	color: #f4a460;
	}
table.list {
	width: 100%;
	border-collapse: collapse;
	}


