/* GENERAL FORMAT */
body {color: #000000; font-family: Times;}
.month {text-transform: uppercase; text-align: center; color: #FFFF00; letter-spacing: 0.75em;}
.mnth {font-size: 11pt; font-weight: bold; text-align: center; color: #FFFFFF}
.center {text-align: center}

/* CALENDAR FORMAT */
td {
  color: #000000;
  font-family: Verdana, verdana, Arial, Helvetica, sans-serif;
  font-size: 13px; background-color: #FFFFFF
   }
	/* STRUCTURE FORMAT */
 .schd {background: #FFFFFF; color: #000000;}
 .day td {
	height: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	height: 10px;
	color: #000000;
		}
 tr.day td {
	height: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	height: 10px;
	color: #000000;
	}
 .schd td {width: 108px; height: 75px; font-size: 8pt;}


	/* COPY FORMAT */
 .date {font-weight: bold;}
 .loc {font-weight: bold; color: #FF00FF;}
 .address {font-weight: normal; color: #0000FF;}
 .time {font-weight: bold; color: #0000FF;}
 .info {font-weight: bold;}
 .dead {color: #666666; background-color: #666666;}

tr.columnHeader td {font-weight: bold; background: #CCC;}
tr.scheduleItem td {text-align: left;}
.padded {margin: 10em}