/* Styles for the forms page */

BODY {

	font-family: "Times", "Times New Roman", serif;

	font-weight: normal;

	font-style: normal;

}



H1 {

	text-align: center;

	font-size: 18pt;

	font-family: "Helvetica", "Arial", sans-serif;

}



H2 {

	text-align: center;

	font-size: 14pt;

	font-family: "Helvetica", "Arial", sans-serif;

}



SPAN.coltitle {

	font-size: 12pt;

	font-family: "Helvetica", "Arial", sans-serif;

	font-weight: bold;

	text-align: center;

}



TABLE {

	clear: both;

}



TD.times {

	text-align: center;

	font-family: "Helvetica", "Arial", sans-serif;

	font-weight: bold;

	font-style: normal;

	font-size: 10pt;

}



TD.session {

	text-align: center;

	font-family: "Times", "Times New Roman", serif;

	font-weight: normal;

	font-style: normal;

	font-size: 10pt;

}



TR.even {

	background-color: rgb(200,200,200);

	color: black;

}



TR.odd {

	background-color: white;

	color: black;

}

