body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #000000;
	text-align: center;
}
H1 { text-align: center; color: blue; font-size: 18pt;}
H2 { text-align: left; color: black; font-size: 12pt;}

.corner: {margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;}

a:link		{color: #0000FF;}
a:visited	{color: #0000FF;}
a:active	{color: #FF0000;}
a:hover		{color: #FF0000;}

.emphasis {
	font-style: italic;
	font-weight: bold;
}
.theatredate {
	color: #00F;
	font-weight: bold;
}
/* Define the non-standard attributes for the theatre fee cells */
td.fee {
	text-align: center;
	width: 70%;
	font-size: x-small;
	font-weight: lighter;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0px;


}
