#MAIN {
	width            : 640px;
	padding          : 20px 30px 50px 30px;
	font-size        : 10pt;
	line-height      : 1.5em;
}

H2{
	font-size        : 12pt;
	border-bottom    : 2px dotted gray;
	margin-bottom    : 15px;
	padding          : 5px;
}

H3{
	font-size        : 10pt;
	margin-left      : 15px;
	margin-bottom    : 5px;
}

STRONG{
	margin-left      : 15px;
	font-size        : 9pt;
}

TABLE{
	margin-left      : 15px;
}

TD{
	text-align       : center;
	line-height      : 1.5em;
	font-size        : 9pt;
}
THEAD {
	background-color : 6699ff;
	font-weight      : bold;
}
TBODY{
	font-size        : 10pt;
}
#COL1 {
	background-color : ffffcc;
	width            : 80px;
	font-weight      : bold;
}
.COURSE {
	height           : 100px;
}
.DETAILS {
	height           : 40px;
}
.NOTE {
	height           : 60px;
	text-align       : left;
	padding-left     : 10px;
	font-size        : 9pt;
}