﻿.PlayTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
	color: #800000;
}
.PlaySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #1C3232;
}
.PlayTickets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #1C3232;
}
.PlayDates {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	color: #800000;
	padding-right: 10px;
	float: right;
}
.PlayDescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C3232;
}
.TableBorder {
	border-bottom-style: groove;
	border-bottom-color: #193130;
	padding-bottom: 3px;
}

