.siteOptions {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #415187;
}

.courseOptions {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5FA56F;
}

.courseStandard {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.courseLight {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	background-color: #99DDDD;
}

.courseDark {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFF00;
	background-color: #338888;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: FFFF00;
	background-color: 338888;
	background-position: center;
	position: relative;
	width: 100%;
	left: auto;
	text-align: center;
}

.emphasis {
  font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFF00;
	background-color: #338888;
}

.emphasisSmall {
  font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF00;
	background-color: #338888;
}

.emphasisTiny {
  font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006700;
}

.tableRowLight {
  font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	background-color: #99DDDD;
}

.tableRowDark {
  font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #338888;
}

.box {
	height: auto;
	width: auto;
	border: none #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	clear: left;
	float: left;
	color: #FFFF00;
	padding: 2px;
	background-color: #338888;



}

.tiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
