body {
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffcc;
	color: #333333;
	width: 100%;
	height: 206px;
	font-size: 16px;
	margin-left: 5px;
}
img.thinborder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	}
img.floatleft {
	float:left;
	}
img.floatright {
	float:right;
	}
img.floatrightthinborder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float:right;
	}
.centertext {
	text-align:center;
	}
table.center {
	margin: auto;
	}

/***********************************************************************/
/*    HOME PAGE SPECIALS      */
/*Banner for APT home page.*/
.banner { 
	color: #FFFFFF;
	background-color: #000033;
/* The memorial border is black (all zeros).  The CSS validator issues a 
warning if you have multiple classes with the same background color, so
this one is slightly off-black.  */	
	text-align:center;
}  
/*Logo on the banner of the APT home page.*/
.banner img {
	width: 180px;
	height: 180px;
	float: right;
	margin-left: 20px;
}
/*For listing shows in the current seasons on the APT home page.*/
.play_title {
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	margin-right: 12px;	
}
/*Menu panel for APT home page.*/
div.menu {
	width: 157px;
	background-color: #CCCC99;
	text-align: left;
	padding-right: 10px;
	float: left;
	margin-right: 5px;
}
/*Menu list for APT home page.*/
ul.bulletlist {
/*	text-align:left; */
/*	float: left; */
/*	width:auto; */
	list-style-type:disc;
    margin-top:0; 
	margin-bottom:0; 
	list-style-position:outside;
}
/*Menu items for APT home page.*/
ul.bulletlist li {
	padding-bottom:8px;
}
/*General division for APT home page notices.*/
div.general {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/*Special announcements.*/
div.hot {
	color: #cc3333;
	border: solid #33cccc thin;
	margin-left: 180px;
	margin-right: 10px;
}
/*Black border for memorials.*/
div.memorial_border {
	color:#000000;
	border: double #333333 thick;
	width: auto;
	float: left;
	left: 156px;
}
/*Red labels for topics on ABC home page.*/
.topics {
	color: #cc3333;
    font-size: 24px;
	font-weight: 700;
	margin-right: 12px;	
}
/***********************************************************************/
/*     PICTURE PAGES     */
table.pics {
	width:96%;
}
/* Captions for pictures with line at bottom of cell. */
table.pics td.caption {
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:ridge;
	text-align:left;
	font-size:18px;
	font-style:normal;
	padding-left:20px;
	padding-right:20px;
}	
/*Title of play on picture pages.*/
.pics_title {
	font-size: 48px;
	font-style: italic;
	font-weight: 300;
	text-align:left;
	margin: 2px;
	padding: 15px;
}
/* Narrow pictures. */
.pic_narrow {
	margin-left:40px;
	height: 400px;
}
/* Medium pictures. */
.pic_medium {
	margin-left:25px;
	text-align: center;
}
/* Wide pictures. */
.pic_wide {
	margin-left:10px;
	width: 400px;
}
/* Border around poster. */
.poster_border {
	margin:1px;
	border: #333333 thin;
}

/*"The Cast"*/
.pics_cast_heading {
	font-size:24px;
	font-style:normal;
	text-align:center;
	color:#ED181E;
	list-style:none;
}
.pics_cast_order {
	font-size:14px;
	font-style:normal;
	text-align:center;
	list-style:none;
}
.cast_list {
	font-size:18px;
	font-style:normal;
	text-align:left;
	width:400px;
/*	text-indent: -30px; */
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Normal Return link.*/
.return {
	font-size:16px;
	font-style:normal;
	text-transform:none;
	margin-left:20px;
	float:left;
	width:auto;
}
ul.nobullets {
	list-style:none;
}


.center {
	text-align:center;
	}
.italicize {
	font-style: italic;
}
.bold {
	font-weight:900;
}
/*Force normal style within other contexts.*/
.straight_text {
	font-style:normal
}
.unfloat {
	float:none;
	width:auto;
}
.indented {
	padding-left:20px;
} 
a:link {
  color: blue;
}
a:visited {
  color: purple; 
}
/***********************************************************************/
/*   FONT SIZES     */
.pixels9 { 
     font-size: 9px;
}
.pixels10 { 
     font-size: 10px;
}
.pixels12 { 
     font-size: 12px;
}
.pixels14 { 
     font-size: 14px;
}
.pixels16 { 
     font-size: 16px;
}
.pixels18 { 
     font-size: 18px;
}
.pixels24 { 
     font-size: 24px;
}
.pixels36 {
	font-size: 36px;
}
.pixels48 {
	font-size: 48px;
}
.pixels56 {
	font-size: 56px;
}
