/* Override global font */
body,td,li,p {
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	vertical-align: top;
	padding: 1ex;
}

.newsletter h2 {
	margin-top: 2em;
	font-size: large;
	/*color: #039;*/
}

.newsletter h3 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size:  small;
	font-weight: bold;
	/*color: #039;*/
}

p.newsletterAuthor {
	margin: 1em 4em 1em 1em;

	font-size: 80%;
	font-weight: bold;

	text-align: right;
}

hr.articleBreak {
	color: #888;
	width: 20em;
	margin: 3em;
	margin-left: auto;
	margin-right: auto;
}

p.eventDetail {
	margin: 0.1em 1em 0.5em 1em;
}

p.eventDate {
	margin: 0.5em 1em 1em 1em;
	
}

.highlightedName {
	font-weight: bold;
}


.quote {
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
	width: 20em;
}

.quoteWider {
	width: 35em;
}

.quote p {
	margin: 0;
}

.quoteAttribution {
	text-align: right;
	font-weight: normal;
}

img.bordered {
	border: 1px solid #000;
}



.navigationWider {
	width: 13em;
}

.newsletterNavigation {
	text-align: left;
	/*background-color: #ccf;*/
	background-color: #fff;
	padding: 0.5em;
	margin-left: 1em;
}

.newsletterNavigation ul {
	list-style-type: disc;
	margin: 0.3em;
	padding: 0;
}


.newsletterNavigation ul li {
	padding-bottom: 1ex;
	font-size: 90%;
}




.festivalTableLeftSide {
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
}
