h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.menuLink{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
}

.menuLink:hover{
	color: #FF0000;
	text-decoration: underline;
}

.section{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
tr.section{
	background-color:#FF0;
	}

.title{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

td.title{
	vertical-align:top;
}

.organizer{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
td.organizer{
	vertical-align:top;
}

.subtitle{
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-style:italic;
}

.bg_normal { background-color: #ffffff; }
.bg_highlight { background-color: #ddddff; }
