body {
	background-image: url(/a/i/bg01.gif);
	
}
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bodytxt16arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.bodytxt14arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996633;
}
.bodytxt18arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.bodytxt12arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


table#weeklySched {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

table#weeklySched td {
	width: 130px;
}

td#headerRow {
	margin-top: 0px;
	vertical-align: top;
}
/***  SEMESTER CALENDAR STYLES ***/

#semesterWeeklyCal {
	clear: both;
	margin-top: 50px;
}

table#semesterCal {
	margin: 0px 0px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;	
	text-align: center;
	border: 2px solid #333333;
	background-color: #FFF;
}

table#semesterCal td {
	padding: 4px 0px 4px 0px;
	border: 1px solid #333333;
}

td.shaded {
	background-color: #FFD0D8;
	color: #000;
}

td.closed {
	background-color: #820000;
	color: #FFFFFF;
	font-style: italic;
}

span.bold {
	font-weight: bold;
	letter-spacing: 0.2em;
}
 
span.small {
	font-size: 0.7em;
}

span.red {
	color: #600;
}