A:hover {
	TEXT-DECORATION: underline}
.copy_blk {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.copy_smGrey { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.copy_smWhite { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
.Link_smYellow {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFF99; text-decoration: none}
.Link_sm { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #003366; text-decoration: none }
.copy_smBlk { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.BIGheading { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
.BIGheading_blk { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none }
.copy_blk_12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.Link12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399; text-decoration: none}
.Link_LIGHT_there {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.Link_LIGHT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFF66; text-decoration: none }
.Link_DARK_there { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.Link_DARK { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006699; text-decoration: none }
.blue {  background-color: #577da4}
.orange {  background-color: #f09f65}
.grey {  background-color: #999999}
.yellow {  background-color: #f2cb83}
.green {  background-color: #77a04c}
.red {  background-color: #a95c5b}
.c-blue {  background-color: #d5e0ec}
.c-yellow {  background-color: #faf1d3}
.c-orange {  background-color: #f2cb83}
.c-green {  background-color: #dbe6d0}
.c-red {  background-color: #e8d6d3}
.c-grey {  background-color: #FFFFFF}

/*  FOR cp/administrator/curriculum/view.html  */
.c0 {
	width:700px;
	padding-left:1em;
	color: #a95c5b;	/* red */
}
.c1 {
	width:700px;
	padding-left:2em;
	color: #f2cb83; /* yellow */
}
.c2 {
	width:700px;
	padding-left:2em;
	color: #577da4; /* blue */
}
.c3 {
	width:700px;
	padding-left:2em;
	color: #77a04c; /* green */
}
.c4 {
	width:700px;
	padding-left:2em;
	color: #f09f65; /* orange */
}
.c5 {
	width:700px;
	padding-left:2em;
	color: #999; /* grey */
}
.correct_answer {
	color: #090;

}
.wrong_answer {
	color: #C30;
}

/*  FOR educator reports on student  */

.report_heading {
	color:#006600;
}
.rep_table_header {
	background-color:#669933
}


#rep_INCORRECT {
	background-color:#CC3300
}

#rep_CORRECT {
	background-color:#33CCFF
}