/* CSS Document */

BODY {margin: 8px 0 0 10px }

.td a {color: #0066CC; text-decoration: underline}
.td a:visited {color: #0066CC; text-decoration: underline}
.td a:hover {color: #000066; text-decoration: underline}

td {font:11px/1.3 Verdana, Arial, Helvetica, sans-serif;}
.notebook {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;

    border-right-color: #000000;
	border-left-color:  #000000;
}

.program A {color: #4c4cff; font-weight:bold;}
.program A:visited {color: #4c4cff; font-weight:bold; line-height:18px}
.program A:hover {color: #000000; font-weight:bold; line-height:18px}
.program {
    font-weight:bold;
	line-height:18px;
	font-size:12px;
	color:#000000;
}



a:visited {color: #003366}
.calendarDate {
	font-size: 16px;
	color: #4C4CFF;
	font-weight: bold;
}
.calendarEvent {
	margin-left: 20px;
}
