/* CSS Document */

.body {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFCC;
	font-size:18pt;
	font-weight:bold;
}

.scroll {
	width: 720px;
	height: 430px;
	overflow: auto;
	padding: 5px
}

.textTable {
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFCC;
	font-size:14pt;
	font-weight:400;
}

.scheduleText {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:400;
	background:#999999;
}

.scheduleHeading {
	background:#666666;
	color:#FFFFCC;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14pt;
}

a.nav:link {
	color:#FFFFCC;
}	
a.nav:visited {
	color:#00FF00;
}
a.nav:hover {
	color:#FFFFCC;
}
.subMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFCC;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}
.objectItem {
	display: none;
}
.objectItemDefault {
	display: block;
}