.printonly {
	display: none;
	}
body	{
	color: black;
	font-family: Verdana, "MS Verdana", Arial, "MS Arial", sans-serif;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	border: none;
	}
h1	{ 
        text-align: center;
        padding: 0;
        margin: 0;
        font-family: inherit;
	}
table	{
	text-align: center;
	border-collapse: collapse;
	border: 2px solid black;
	table-layout: fixed;
        font-family: inherit;
	}
td	{
	padding: 1px;
	color: black;
        font-family: inherit;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
/*	overflow: scroll; heh.  This worked on Mac IE, but not Windows IE */
	border: none;
	white-space: normal;
	}
.propheader {
	font-size: 12.0pt;
	font-weight: 700;
	border: 1px solid black;
	vertical-align: middle;
	white-space: normal;
	width: 12%;
	}
.propsuperheader { /* spans two prop columns */
	font-size: 12.0pt;
	width: 25%;
	height: 15px;
	border: 1px solid black;
	font-weight: 700;
	}
.propsubheader { /* has been spanned by super header */
	border: 1px solid black;
	height: 29px;
	width: 12%;
	}
.pageheader {
	font-size: 18.0pt;
	font-weight: 700;
	height: 23px;
	text-align: center;
	}
.dayheader {
	font-size: 12.0pt;
	font-weight: 700;
	height: 16pt;
	border-top: 1px solid black;
	border-right: none;
	border-bottom: 1px solid black;
	border-left: none;
	background: #90713A; /* brown */
	background: #CC99FF; /* lavender */
	background: #DD0806; /* red */
	background: #FCF305; /* yellow */
	background: #CCFFCC; /* pale green*/
	background: #CCFFFF; /* pale blue */;
	}
.timeheader {
	font-size: 10pt;
	height: 50px;
	width: 5%;
	border: 1px solid black;
	}
.timecell {
/*	height: 60px; causes fits on IE on Windows -- chops content */
	border: 1px solid black;
	white-space: normal;
	}
.workshopcell {
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
	white-space: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
