@charset "UTF-8";
/* CSS Document */

.progList1 {
	background-color: #D7EFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.progList1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 2px;
}
.progList1 a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
.progList2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 11px;
	margin-bottom: 4px;
}
.progList2 a {
	color: #666;
	text-decoration: none;
	width: 98%;
	display: block;
	padding: 2px;
}
.progList2 a:hover {
	color: #5D98C0;
}
.progList2nonlink {
	font-weight: bold;
	padding: 2px;
}
.programtext {
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
