p.new
{
    font-size:11pt;}

h2
{
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #808080;
	padding-bottom: 1px;
	border-left: solid 3px #4040cc;
	border-bottom: solid 1px #cccccc;
}

h3
{
    font-size:100%;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #404040;
	padding-bottom: 1px;
	border-left: solid 3px #cc4040;
	border-bottom: solid 1px #cccccc;
}

a:link
{
	text-decoration: none;
	color: Blue;
}
a:visited
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
	color: Red;
}

table.cisSchedule
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

table.cisSchedule th
{
	text-align: center;
	vertical-align: top;
	border: solid 1px #cccccc;
}

table.cisSchedule td
{
	text-align: center;
	vertical-align: top;
	border: solid 1px #cccccc;
}

td.cisDateTime
{
	font-family: monospace;
	width: 12em;
}

td.cisPlace
{
	width: 12em;
}
