td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
.orange_check {
	background-color: #ef6b31;
	background-image: url(../images/check_orange.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.blue_check {
	background-color: #3d64ac;
	background-image: url(../images/check_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grey_check {
	background-color: #FFF;
	background-image: url(../images/check_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.talking_head {
	background-color: #FFF;
	background-image: url(../images/talking_head.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.combo {
	background-color: #FFF;
	background-image: url(../images/combo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.blue_diamond {
	background-color: #3d64ac;
	background-image: url(../images/blue_diamond.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.book {
	background-color: #FFF;
	background-image: url(../images/books.png);
	background-repeat: no-repeat;
	background-position: center center;
}
table a {
	color: #000;
}
.course {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}