body {
	box-sizing: border-box;
	background-color: black;
	color: white; 
	font-size: 18px; 
	hyphens: none;
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: "arial narrow", "helvetica narrow";
	letter-spacing: -0.03em;
}

a:link {
	color: #8080FF;
}

a:visited {
	color: magenta;
}

a:hover {
	color: white; 
}

ul.std {
	line-height: 120%; 
	list-style-position: outside; 
	padding: 0px; 
}

li.std {
	list-style: disc; 
	padding: 0px; 
	margin-left: 20px; 
}

div {
	box-sizing: border-box;
}

sup {
	font-size: 0.6em;
}
/* Thanks, w3schools! */

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 30px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

div.page {
	box-sizing: border-box;
	position: relative;
	background-color: black; 
	display: inline-block;
	border: 0px dashed white; 
	margin: 0 auto;
	padding: 0;
	/*font-size: 30px;*/
	width: 1280px;
	height: 720px;
	overflow: hidden;
}

div.screen {
	box-sizing: border-box;
	background-color: #222;
	border-radius: 10px;
	border: 2px solid white;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 1150px;
	height: 580px;
	overflow: hidden;
	transition: width 1.5s;
}

div.slideStack {
	box-sizing: border-box;
	background-color: #333;
	border-radius: 8px;
	border: 0px solid white;
	display: inline-block;
	float: left;
	width: 100%;
	/*height: 630px;*/
	height: 580px;
	margin: 5px 5px 85px 5px;
	padding: 15px; 
	text-align: left;
	font-size: 25px;
	line-height: 150%;
}

div.screenSidebar {
	box-sizing: border-box;
	position: absolute;
	left: 320px;
	top: 0px;
	z-index: 0;
	display: inline-block;
	cursor: pointer; 
	border: 0px dashed red; 
	float: left;
	hyphens: none;
	margin: 0px;
	margin-left: 1160px;
	padding: 0;
	/*font-size: 30px;*/
	width: 900px;
	/*height: 640px;*/
	height: 580px;
	overflow: hidden;
	transition: margin-left 1.5s;
}

img.sideImage {
	box-sizing: border-box;
	display: inline-block;
	border: 0px dashed red; 
	float: left;
	hyphens: none;
	margin: 0px 0px 166px 0px;
	padding: 0;
		/*font-size: 30px;*/
	width: 860px;
	height: 484px;
	overflow: hidden;
	transition: width 1.5s;
}

div.RefSidebar {
	box-sizing: border-box;
	background-color: #222;
	border-radius: 10px;
	border: 2px solid white;
	border-right: 0px solid white;
	display: inline-block;
	float: left;
	hyphens: none;
	width: 98%;
	height: 570px;
	margin: 5px 5px 5px 5px;
	padding: 15px; 
	text-align: left;
	font-size: 25px;
	line-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

div.HelpSidebar {
	box-sizing: border-box;
	background-color: #222;
	border-radius: 10px;
	border: 2px solid white;
	border-right: 0px solid white;
	display: inline-block;
	float: left;
	hyphens: none;
	width: 98%;
	height: 570px;
	margin: 5px 5px 5px 5px;
	padding: 15px; 
	text-align: left;
	font-size: 25px;
	line-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

div.pageShown {
	box-sizing: border-box;
	/*background-color: black;*/
	border: 0px dashed white; 
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 1150px;
	height: 3200px;
}

div.pageHidden {
	display: none;
}

div.indexPage {
	box-sizing: border-box;
	background-color: #222;
	border-radius: 10px;
	border: 2px solid white;
	border-right: 0px solid white;
	display: inline-block;
	float: left;
	hyphens: none;
	width: 98%;
	height: 570px;
	margin: 5px 5px 5px 5px;
	padding: 15px; 
	text-align: left;
	font-size: 25px;
	line-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

div.titleSlide {
	box-sizing: border-box;
	background-color: none;
	color: white;
	display: inline-block;
	margin: 100px 0px 0px 0px;
	padding: 0px; 
	text-align: center;
	width: 100%;
	font-size: 60px;
}

div.CourseTitleSlide {
	box-sizing: border-box;
	background-color: none;
	color: white;
	display: inline-block;
	margin: 0 auto;
	padding: 0px; 
	text-align: center;
	width: 1280px;
	height: 720px;
	font-size: 50px;
}

div.titleStack {
	box-sizing: border-box;
	background-color: #222;
	border-radius: 10px;
	border: 2px solid white;
	display: inline-block;
	float: left;
	width: 100%;
	height: 630px;
	margin: 5px 5px 85px 5px;
	padding: 25px; 
	text-align: left;
	/*font-size: 32px;*/
	line-height: 150%;
}

div.homePageOne {
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	width: 100%;
	height: 100%; 
		/*font-size: 30px;*/
	line-height: 110%;
}

div.sessionHomePage {
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	width: 100%;
	height: 100%; 
		/*font-size: 30px;*/
	line-height: 110%;
}

div.nonBulletedPage {
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	width: 100%;
	height: 100%; 
		/*font-size: 30px;*/
	line-height: 110%;
}

/*div.topinfoline { // Doesn't appear in version 4.1
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	width: 100%;
	height: 100%; 
	line-height: 110%;
}*/

div.slideLocInfoStyle {
	box-sizing: border-box;
	background-color: #333;
	border: 0px dashed yellow;
	color: yellow;
	display: inline-block;
	padding: 4px; 
	position: absolute;
	top: 530px;
	left: 0px;
	text-align: center;
	font-style: italic;
	width: 90%;
	height: 30px; 
	font-size: 20px;
}

div.slidelineHLbright { /* Once line is shown */
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	display: inline-block;
	color: #00ff00;
	float: left;
	margin: 0;
	padding: 2px; 
	text-align: left;
	width: 100%;
	/*font-size: 30px;*/
	line-height: 130%;
	letter-spacing: -0.03em;
	font-weight: bold;
}

div.slidelineTLbright { /* Once line is shown */
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: #00ffff;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	margin: 0;
	padding: 0px; 
	text-align: left;
	width: 100%;
	/*font-size: 30px;*/
	line-height: 170%;
	letter-spacing: -0.03em;
}

div.slidelineTLdim {
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: white;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	margin: 0px;
	padding: 0px; 
	text-align: left;
	width: 100%;
	/*font-size: 30px;*/
	line-height: 170%;
	letter-spacing: -0.03em;
}

div.slidelineTLhidden {
	box-sizing: border-box;
	background-color: none;
	border: 0px dashed white;
	color: #00ff00;
	float: left;
	margin: 0px;
	padding: 0; 
	text-align: center;
	width: 100%;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -0.03em;
	visibility: hidden;
}

div.text {
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid white;
	float: left;
	width: 750px;
	height: 630px;
	margin: 5px;
	padding: 15px; 
	text-align: left;
	/*font-size: 26px;*/
	line-height: 110%;
	overflow: hidden;
}

.asvtext {
	box-sizing: border-box;
	background-color: #224;
	float: left;
	width: 720px;
	height: 0px;
	margin: 0px 5px 10px 0px;
	padding: 0px; 
	text-align: left;
	/*font-size: 26px;*/
	line-height: 110%;
	overflow: hidden;
	overflow-y: scroll;
}

.Heb12PageText {
	box-sizing: border-box;
	/*background-color: #422;*/
	float: left;
	/*width: 720px;*/
	width: 720px;
	height: 530px;
	margin: 10px 5px 0px 0px;
	padding: 0px 10px 5px 0px; 
	text-align: left;
/*font-size: 26px;*/
	line-height: 110%;
	overflow: hidden;
	overflow-y: scroll;
}

.Heb12subdiv { /* keep in FBTFL */
	width: 100%;
	float: left; 
}

.asvindex {
	box-sizing: border-box;
	background-color: #313;
	border-radius: 10px;
	border: 0px solid white;
	float: left;
	width: 140px;
	height: 630px;
	margin: 5px;
	padding: 5px; 
	text-align: center;
	/*font-size: 16px;*/
	line-height: 110%;
	overflow: hidden;
	overflow-y: scroll;
}

li {
	list-style: none;
	margin-left: -40px; 
}

div.tools {
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid white;
	float: left;
	font-size: 24px; 
	width: 365px;
	height: 530px;
	margin: 5px;
	padding: 0; 
	text-align: center;
	/*font-size: 22px;*/
	line-height: 160%;
}

div.subtools {
	box-sizing: border-box;
	/*background-color: #482808;*/
	border-radius: 10px;
	border: 0px solid white;
	float: left;
	font-size: 23px; 
	width: 100%;
	/*height: 325px;*/
	height: 230px; 
	margin: 10px 0px 0px;
	padding: 5px; 
	text-align: center;
	/*font-size: 22px;*/
	line-height: 100%;
}

div.subquestions {
	box-sizing: border-box;
	background-color: #482808;
	border-radius: 10px;
	border: 0px solid white;
	float: left;
	width: 100%;
	height: 480px;
	margin: 10px 0px 0px;
	padding: 10px; 
	text-align: left;
	/*font-size: 23px;*/
	line-height: 100%;
}

.ASVbutton {
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px dashed white;
	cursor: pointer; 
	float: left;
	width: 99%;
	height: 54px;
	margin: 8px auto;
	padding: 14px 0px 0px 0px; 
	text-align: center;
	/*font-size: 22px;*/
	line-height: 100%;
}

.toolbutton {
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px dashed white;
	cursor: pointer; 
	float: left;
	width: 50%;
	height: 60px;
	/*height: 70px;*/
	margin: 0px auto;
	padding: 14px 0px 0px 0px; 
	text-align: center;
	/*font-size: 22px;*/
	line-height: 100%;
}

.wpQuestionButton {
	background-color: #222;
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px dashed white;
	cursor: pointer; 
	float: left;
	width: 25%;
	height: 70px;
	margin: 0px auto;
	padding: 18px 0px 0px 0px; 
	text-align: center;
	font-size: 28px;
	line-height: 100%;
}

div.result {
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid white;
	display: none; /* NOTE: NO DISPLAY */
	float: left;
	width: 295px;
	height: 630px;
	margin: 5px;
	padding: 5px; 
	text-align: center;
	font-size: 22px;
	line-height: 200%;
}

div.topicBar {
	background-color: black;
	box-sizing: border-box;
	border: 0px dashed red;
	overflow-x: scroll; 
	overflow-y: hidden; 
	-ms-overflow-style: none;
	scrollbar-width: none;
	float: left;
	width: 1150px;
	height: 0px;
	margin: 3px 0px 3px;
	padding: 0px 0px; 
	text-align: left;
	/*font-size: 15px;*/
	line-height: 100%;
	opacity: 1;
	transition: height 0.5s;
}

div.topicBar::-webkit-scrollbar {
	display: none; 
}

div.subTopic {
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #066; 
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 63px;
	height: 45px;
	margin: 0px 1px 0px 0px;
	padding: 3px 1px; 
	text-align: center;
	/*font-size: 18px;*/
}

td.topicButton {
	box-sizing: border-box;
	background-color: #066;
	border-radius: 5px; 
	/*font-size: 16px; */
	float: left; 
	font-weight: bold;
	line-height: 100%; 
	width: 110px;
	height: 61px; 
}

.slideInTopicButton0 {
	box-sizing: border-box;
	background-color: #400;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton1 {
	box-sizing: border-box;
	background-color: #420;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton2 {
	box-sizing: border-box;
	background-color: #440;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton3 {
	box-sizing: border-box;
	background-color: #242;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton4 {
	box-sizing: border-box;
	background-color: #044;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton5 {
	box-sizing: border-box;
	background-color: #024;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton6 {
	box-sizing: border-box;
	background-color: #006;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton7 {
	box-sizing: border-box;
	background-color: #306;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton8 {
	box-sizing: border-box;
	background-color: #404;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 16px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

.slideInTopicButton9 {
	box-sizing: border-box;
	background-color: #444;
	border: 0px solid white; 
	border-radius: 5px;
	cursor: pointer; 
	font-size: 15px;
	float: left; 
	line-height: 100%; 
	padding: 5px 0px 0px; 
	width: 80px;
	height: 65px; 
}

div.nav {
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px dashed red;
	float: left;
	width: 1150px;
	height: 70px;
	margin: 2px;
	padding: 0px 0px; 
	text-align: center;
	font-size: 17px;
	line-height: 100%;
	opacity: 1;
}

div.sessionBtnBox {
	box-sizing: border-box;
	border: 0px solid white;
	float: left;
	width: 60px;
	height: 66px;
	margin: 0px 1px;
	padding: 0;
	text-align: center;
}

div.sessionTopHalfBtn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 32px;
	margin: 0px 1px 1px 0px;
	padding: 7px 0px 0px; 
	text-align: center;
	font-size: 12px;
	line-height: 95%;
	letter-spacing: -0.05em
}

div.sessionBtmHalfBtn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 32px;
	margin: 1px 1px 0px 0px;
	padding: 7px 0px 0px; 
	text-align: center;
	font-size: 12px;
	line-height: 95%;
	letter-spacing: -0.05em
}

div.indexBtn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 55px;
	height: 66px;
	margin: 0px 1px 1px 0px;
	padding: 0px 0px 0px; 
	text-align: center;
	font-size: 12px;
	line-height: 95%;
	letter-spacing: -0.05em
}

div.sessionBtn {
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 100px;
	height: 66px;
	margin: 0px 1px;
	padding: 5px 1px 0px; 
	text-align: center;
	font-size: 14px;
	line-height: 110%;
}

div.slidenav {
	box-sizing: border-box;
	border-radius: 10px;
	border: 0px solid white;
	cursor: pointer;
	float: left;
	width: 76px;
	height: 66px;
	margin: 0px 3px;
	padding: 15px 0px 0px 0px; 
	text-align: center;
	/*font-size: 22px;*/
	line-height: 110%;
}

div.slideSelect {
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: 1160px;
	z-index: 10;
	border: 0px dashed white;
	cursor: pointer;
	display: inline-block;
	float: right;
	width: 120px;
	height: 577px;
	margin: 6px 0px 2px 0px;
	padding: 0px; 
	text-align: center;
	line-height: 110%;
	opacity: 0;

}

div.slideSelector {
	box-sizing: border-box;
	background-color: #361;
	border: 0px solid white;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	width: 116px;
	height: 52px;
	margin: 0px 0px 6px 0px;
	padding: 4px 2px; 
	text-align: center;
	font-size: 14px;
	line-height: 110%;
	overflow: hidden;
}

.color0 {
	color: #f80;
	font-weight: bold;
}

.color1 {
	color: #0f0;
	font-weight: bold;
}

.color2 {
	color: #68f;
	font-weight: bold;
}

.color3 {
	color: #ff0;
	font-weight: bold;
}

.color4 {
	color: #f6f;
	font-weight: bold;
}

.color5 {
	color: #0ff;
	font-weight: bold;
}

.color6 {
	color: #f44;
	font-weight: bold;
}

.color7 {
	color: #f8f;
	font-weight: bold;
}

img.openbookimg {
	cursor: pointer;
	float: right;
	margin: 0px;
}

img.sbarSlideLink{
	display: inline-block; 
	margin: 0px 40px 0px;
	padding: 0;
}

img.sbarContent{
	display: inline-block; 
	margin: 0;
	padding: 0;
}

li.sidebar {
	list-style-type: disc;
	list-style-position: inside;
}

/*
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse; 
	font-size: 21px; 
	line-height: 100%; 
	letter-spacing: 0em; 
	padding: 5px 10px; 
	text-align: center; 
*/
td.RestateAndAskLeft {
	background-color: #444;
	border-bottom: 0px solid white; 
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 20px; 
	padding: 5px 10px; 
}	
	
td.RestateAndAskMidL {
	background-color: #444;
	border: 0px solid white; 
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	

td.RestateAndAskMidR {
	background-color: #444;
	border: 0px solid white; 
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 20px; 
	padding: 5px 10px; 
}	

	td.RestateAndAskRight {
	background-color: #444;
	border: 0px solid white; 
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	
		
td.RestateAndAskLeftEven {
	background-color: #333;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 21px; 
	padding: 5px 10px; 
}	
	
td.RestateAndAskMidLEven {
	background-color: #333;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	

td.RestateAndAskMidREven {
	background-color: #333;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 20px; 
	padding: 5px 10px; 
}	

	td.RestateAndAskRightEven {
	background-color: #333;
	border-left: 1px solid white; 
	border-right: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	
		
td.RestateAndAskLeftOdd {
	background-color: #112;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 20px; 
	padding: 5px 10px; 
}	
	
td.RestateAndAskMidLOdd {
	background-color: #112;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	

td.RestateAndAskMidROdd {
	background-color: #112;
	border-left: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 20px; 
	padding: 5px 10px; 
}	

	td.RestateAndAskRightOdd {
	background-color: #112;
	border-left: 1px solid white; 
	border-right: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 20px; 
	padding: 5px 10px; 
}	
		
td.InferAndAskLeft {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse;
	color: white;
	font-size: 21px; 
	padding: 5px 10px; 
	text-align: right;
	font-weight: bold; 
}	
	
td.InferAndAskMidL {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse;
	color: #ff88ff;
	font-size: 21px; 
	padding: 5px 10px; 
}	

td.InferAndAskMidR {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse;
	color: cyan;
	font-size: 21px; 
	padding: 5px 10px; 
}	

	td.InferAndAskRight {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse;
	color: yellow;
	font-size: 21px; 
	padding: 5px 10px; 
}	
		
table.Xln {
	width: 840px;
	height: 600px;
	border: 2px solid gray;
	font-size: 22px;
	text-align: center;
	line-height: 110%; "
}

td.Xlntd {
	background-color: #333;
	font-size: 22px;
	padding: 5px;
}

table.ClosedQnThess {
	width: 100%; 
	height: 550px; 
	border: 1px solid gray; 
	border-collapse: collapse; 
	font-size: 22px; 
	text-align: center; 
}

td.ClosedQnThessTD {
	width: 11%; 
	height: 11%; 
	border: 1px solid gray; 
	border-collapse: collapse; 
	padding: 2px; 
	line-height: 95%; 
}

table.wbt{
 border: 2px solid gray;
 border-collapse: collapse;
}

td.wbt {
	border: 1px solid gray;
	/*font-size: 22px;*/
	line-height: 100%;
	padding: 4px;
}

td.StdTable {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse; 
	font-size: 20px; 
	line-height: 105%; 
	letter-spacing: 0em; 
	padding: 5px 10px; 
	text-align: center; 
}

td.StdTableEven {
	background-color: #000;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: yellow; 
	font-size: 20px; 
	line-height: 105%; 
	letter-spacing: 0em; 
	padding: 5px 10px; 
	text-align: center; 
}

td.StdTableOdd {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: cyan; 
	font-size: 20px; 
	line-height: 105%; 
	letter-spacing: 0em; 
	padding: 5px 10px; 
	text-align: center; 
}

td.StdTableEvenTight {
	background-color: #000;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: yellow; 
	font-size: 20px; /* Was 18px */
	line-height: 90%; 
	letter-spacing: -0.05em; 
	padding: 5px 2px; 
	text-align: center; 
}

td.StdTableOddTight {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: cyan; 
	font-size: 20px;  /* Was 18px */
	line-height: 90%; 
	letter-spacing: -0.05em; 
	padding: 5px 2px; 
	text-align: center; 
}

td.StdTableEvenNormal {
	background-color: #000;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: yellow; 
	font-size: 20px; /* Was 18px */
	line-height: 100%; 
	/*letter-spacing: -0.05em; */
	padding: 5px 2px; 
	text-align: center; 
}

td.StdTableOddNormal {
	background-color: #222;
	border: 1px solid white; 
	border-collapse: collapse; 
	color: cyan; 
	font-size: 20px;  /* Was 18px */
	line-height: 100%; 
	/*letter-spacing: -0.05em; */
	padding: 5px 2px; 
	text-align: center; 
}

td.courseContentItems {
	background-color: #066;
	border: 5px solid #222; 
	border-collapse: collapse; 
	font-size: 22px; 
	line-height: 110%; 
	padding: 3px 7px;
	text-align: center; 
	width: 200px;
}

table.R1 { border-collapse:collapse; border-spacing:0; empty-cells:show; float: right; }
td.R1, th.R1 { vertical-align:top; font-size:12pt;}
h1.R1, h2.R1, h3.R1, h4.R1, h5.R1, h6.R1 { clear:both;}
ol.R1, ul.R1 { margin:0; padding:0;}
li.R1 { list-style: none; margin:0; padding:0;}
/* "li span.odfLiEnd" - IE 7 issue*/
li.R1 span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
span.footnodeNumber { padding-right:1em; }
span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000;  margin:0; border:0; padding:0;  }
span.heading_numbering { margin-right: 0.8rem; }* { margin:0;}
.P1 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; letter-spacing: 105%; }
.P2 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P3 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P4 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P5 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; font-weight:bold; line-height: 105%; }
.P6 { font-size:16pt; font-family:Liberation Sans Narrow; writing-mode:page; text-align:right ! important; font-weight:bold; line-height: 105%; }
.Standard { font-size:12pt; font-family:Liberation Serif; writing-mode:page; line-height: 105%; }
.Table1 { width:7.875in; margin-left:0.025in; margin-right:auto;}
.Table1_A1 { padding:0.0799in; border-left-style:none; border-right-style:none; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table1_A2 { padding:0.0799in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-style:none; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table1_B1 { padding:0.0799in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-style:none; border-top-width:2px; border-top-style:solid; border-top-color: #555; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table1_D1 { padding:0.0799in; border-width:2px; border-style:solid; border-color: #555; }
.Table1_D2 { padding:0.0799in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-width:2px; border-right-style:solid; border-right-color: #555; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table1_A { width:1.125in; }
.Table1_B { width:1.75in; }
.Table1_D { width:3.25in; }
/* ODF styles with no properties representable as CSS */
.T1 .T2 .T3 .T4 .T5  { }

table.R2 { border-collapse:collapse; border-spacing:0; empty-cells:show; float: right; }
td.R2, th.R2 { vertical-align:top; font-size:12pt;}
h1.R2, h2.R2, h3.R2, h4.R2, h5.R2, h6.R2 { clear:both;}
ol.R2, ul.R2 { margin:0; padding:0;}
li.R2 { list-style: none; margin:0; padding:0;}
/* "li span.odfLiEnd" - IE 7 issue*/
li.R2 span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
span.footnodeNumber_2 { padding-right:1em; }
span.annotation_style_by_filter_2 { font-size:95%; font-family:Arial; background-color:#fff000;  margin:0; border:0; padding:0;  }
span.heading_numbering_2 { margin-right: 0.8rem; }* { margin:0;}
.P10_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; font-weight:bold; line-height: 105%; }
.P2_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P3_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P4_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P5_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P6_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P65_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P66_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P67_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P68_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P69_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P7_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P70_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P71_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P72_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; }
.P74_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; font-weight:normal; line-height: 105%; }
.P8_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; line-height: 105%; }
.P9_2 { font-size:18px; font-family:Liberation Sans Narrow; writing-mode:page; text-align:center ! important; font-weight:bold; line-height: 105%; }
.Table2 { width:4.7514in; margin-left:1.5257in; margin-right:auto;}
.Table2_A1 { padding:0.0382in; border-width:2px; border-style:solid; border-color: #555; }
.Table2_A11 { padding:0.0382in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-style:none; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table2_A2 { vertical-align:bottom; padding:0.0382in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-style:none; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table2_B11 { padding:0.0382in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-style:none; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table2_C11 { padding:0.0382in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-width:2px; border-right-style:solid; border-right-color: #555; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table2_C2 { vertical-align:bottom; padding:0.0382in; border-left-width:2px; border-left-style:solid; border-left-color: #555; border-right-width:2px; border-right-style:solid; border-right-color: #555; border-top-style:none; border-bottom-width:2px; border-bottom-style:solid; border-bottom-color: #555; }
.Table2_A { width:0.9722in; }
.Table2_B { width:1.1514in; }
.Table2_C { width:2.6278in; }
.Bullet_20_Symbols { font-family:OpenSymbol; }
/* ODF styles with no properties representable as CSS */
.T35 .T36 .T37 .T38 .T39 .T42  { }

table.VacTable1 {
	margin: 10px auto; 
	background-color: #000000;
	box-sizing: border-box;
	border: 2px solid white;
	width: 840px;
	border-collapse: collapse;
	font-size: 24px;
	padding: 5px; 
	text-align: center;
}

td.VacTable1td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	margin: 0 auto;
	padding: 5px; 
	border-collapse: collapse;
	text-align: center;
	width: 24.5%
	line-height: 105%; 
}

td.VacTable2td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	margin: 0 auto;
	padding: 3px; 
	border-collapse: collapse;
	font-size: 18px; 
	padding: 5px; 
	text-align: center;
	line-height: 105%; 
}

td.VacTable3td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	margin: 0 auto;
	padding: 3px; 
	border-collapse: collapse;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}

table.VacTable4 {
	margin: 10px auto; 
	background-color: #000000;
	box-sizing: border-box;
	border: 2px solid white;
	width: 840px;
	border-collapse: collapse;
	font-size: 22px; 
	text-align: center;
}

td.VacTable4td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	margin: 0 auto;
	padding: 10px 0px; 
	border-collapse: collapse;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}

td.VacTable40td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	height: 20px; 
	margin: 0 auto;
	padding: 10px auto 0px; 
	border-collapse: collapse;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}

td.VacTable41td {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	height: 20px; 
	margin: 0 auto;
	padding: 0 auto 0; 
	border-collapse: collapse;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}

td.VacTable40tdShort {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	min-height: 40px; 
	margin: 0 auto;
	padding: 10px; 
	border-collapse: collapse;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}

td.VacTable41tdShort {
	background-color: #000000;
	box-sizing: border-box;
	border: 1px solid gray;
	min-height: 40px; 
	margin: 0 auto;
	padding: 5px; 
	border-collapse: collapse;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100%; 
}