/* 
CSS Document 

fkn blue 6633CC

*/
.bcLink { font-weight: bold; color: #454A4E; }
.bcCurr { color: #454A4E; }

.leftNavLink { text-decoration: none; }
.leftNavLink:link { text-decoration: none; color: #454A4E; font-weight: bold }
.leftNavLink:visited { text-decoration: none; color: #454A4E; font-weight: bold }
.leftNavLink:hover { text-decoration: underline; }
.leftNavLinkCurr { text-decoration: none; color: #6633CC; font-weight: bold; }

/*.leftNavLinkCLevelSub { font-weight: normal; text-decoration: none; color: #6633CC; }*/

.headerLink { color: #FFFFFF; font-weight: bold; font-size: 11px; color: white; text-decoration: none }
.headerLink:link { font-size: 11px; color: #FFFFFF; text-decoration: none }
.headerLink:visited { color: #FFFFFF; text-decoration: none }
.headerLink:hover { text-decoration: underline; }

.footerLink {color:#ffffff; font-size: 11px }
.footerLink:link { font-size: 11px; color:#ffffff;text-decoration:none; }
.footerLink:visited { color:#ffffff;text-decoration: none; }
.footerLink:hover { text-decoration: underline; }

body {
	margin: 0px 5px 5px 5px;
	background-color: #6633CC;
	color:#453A4E;
}

/*table { border: 2px solid red; }*/
div.secheader {
	/*background-color: #EFEFEF;*/
	background-color: #6633CC;
	color: white;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 2px;
}

td.exam_review {
	font-weight: bold; 
	background-color: #EFEFEF;
	width: 150px;
}

td.desc {
	background-color: #6633CC;
	color: white;
	font-weight: bold;
	text-align: right;
}

.question {
	font-weight: bold; 
	background-color: #EFEFEF; 
	padding: 3px;
}

.error {
	font-weight: bold;
	color: red;
}

pre.dump {
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

td.logo_bar_r {
	text-align: center;
	background: url("../graphics/logoBarBackground.gif") repeat;
	width: 100%;
}
.money_box {
	text-align: center;
	background: url("../graphics/money.jpg") repeat;
}

ul.topic_objectives {
	list-style-image: url("../graphics/bullet.gif"); 
	padding: 0px;
}

li.topic_objectives {
	list-style-image: url("../graphics/bullet.gif"); 
	padding-left: 0px;
}

.formDesc { font-weight: bold; width: 20%; }
/*.pageText {font-weight:normal;}*/
/*.pageTextBold {font-weight:bold;}*/
/*.pageHdr {font-weight:bold;}*/
.footerText {color:#ffffff; font-size: 11px}
