body {
	margin: 2em 5em;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3C3D3F;
}

#header {
	font-weight: normal;
}

#header h1 {
	font-size: 225%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

table#content {
	width:100%; 
    	margin-left:00%; 
    	margin-right:0%;
	margin-bottom: 10px;
}

#content td {
	background: #CADAEB;
	padding: 10px;
	text-align: center;
}

#content a {
	text-decoration: none;
	color: #2A527D;
	font-size: 115%;
}

#content a:hover {
	/*text-decoration: underline;*/
	color: #406B99;
	font-style: italic;
}

#synopsis {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

#tagline {
	font-size: 90%;
	font-style: italic;
}

h1, h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #3C3D3F;
}

h1 {
	margin: 25px 0px 0px 0px;
}

h2 {
	font-size: 1.3em;
	margin: 10px 0px;
}

.smallprint {
	font-size: 75%;
}

p {
	line-height: 1.3;
}

li {
	margin-bottom: 0.5em;
	line-height: 1.3;
}




#Schedule {
	background-color: white;
	text-align: left;
	border: 0;
	padding: 0;
	line-height: 1.3;
	margin: 0;
	border-collapse: collapse;
}

#Schedule :link {
	font-size: 0.9em;
}

#Schedule :visited {
	font-size: 0.9em;
}

#Schedule td {
	padding: 0.3em 0.3em;
	margin: 0;
}

#Schedule th {
	background-color: #DDDDFF;
	padding: 0.5em;
	font-weight: bold;
}

#Schedule tr.even {
	background-color: #EEEEFF;
}

#Schedule tr.highlight {
	background-color: #DDDDFF; 
}

.references td {
	padding: 0.3em 0.2em;
	margin: 0;
	vertical-align: text-top;	
}