/*This is the Events page style sheet*/


.events {
	width: 100%;
}

.events td {
	font-size: .8em;
}

.events col.a {
	width: 25%;
}

.events col.b {
	width: 75%;
}

.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;
}

