p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.Shade {
	background-color: #E6E6E6;
}
.Red {
	color: #FF0000;
}
.Small {
	font-size: 75%;
}
#SchedOutput table{
	width: 98%;
	border-collapse: collapse;
}
#SchedOutput td{
	vertical-align: top;
	padding: 6px 2px;
	font-size: 10px;
}
#SchedOutput th{
	text-align: left;
	padding: 2px 2px;
}
.Shade {
	background-color: #CCCCCC;
}
/*
TD {font-size: 11px;}
*/
/* Stuff for Help Request Form */
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #DFF2F5;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #00759A;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
