/*This is the Agenda page style sheet*/


.agenda {
	width: 100%;
}

.agenda td {
	font-size: .8em;
}

.agenda col.a {
	width: 10%;
}

.agenda col.b {
	width: 25%;
}

.agenda col.c {
	width: 65%;
}

.bold {
	font-weight: bold;
}

.ctoaworkshops {
	text-align: center;
	line-height: 1.5em;
}

.cancel {
	text-decoration: line-through;
}

#red {
       color:#dc143c;
       background:transparent;
       font-size: 1.2em;
       font-weight:  bolder;
}

h2 {
	text-align: center;
}
