div.cema-news {
	background-color: #F0E68C;	/* Khaki */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1.title {
	color: #991111;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 150%;
}
h2.newstitle {
	font-size: 120%;
	color: #991111;
}
h3.subtitle {
	font-size: 110%;
}
p {
	text-indent: 1em;
}
p.noindent {
	text-indent: 0em;
}
p.update {
	text-align: right;
	font-size: 80%;
}

table.annual-schedule {
	width: 100%;
	border-collapse: collapse;
	border-width: 2pt;
	border-style: solid;
}
table.annual-schedule tr {
	border-collapse: collapse;
	border-width: 1pt;
	border-style: solid;
}
table.annual-schedule th, table.annual-schedule td {
	border-collapse: collapse;
	border-width: 1pt;
	border-style: solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.annual-schedule th, table.annual-schedule td {
	font-size: 80%;
}

table.program {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFFFDD;
}
table.program td {
	padding-left: 2ex;
	padding-right: 2ex;
}
table.program td h3 {
	margin-top: 0ex;
}
table.program td p.presenter {
	text-align: right;
}


