/* @override http://localhost:8888/stylesheet.css */

body {
	background-color: #669999;
	td-color: #FFFFED;
	color: #666666;
	font-family: 'Georgia', sans-serif;
}

div.recital {
	text-align: left;
	padding: 0 10px;
}

div.recital div {
	padding: 0 0 15px 0;
}

div.recital div.page-title {
	font-weight: bold;
	font-size: 26px;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 20px;
}

div.recital div.left-label {
	font-weight: bold;
	float: left;
	width: 100px;
}

div.recital div.right-info {
	float: left;
	width: 650px;
}

div.middle-note {
	font-weight: bold;
	text-align: center;
}

div.page-title.extra-section {
	padding-top: 50px;
}

div.recital div.two-column {
	float: left;
	width: 350px;
}

div.recital p.column-header {
	text-decoration: underline;
	font-weight: bold;
}

.sched_td {
   font-size: 12px;   
}

.clear {
	clear: both;
}
