body {
	font-family: Arial;
	font-size: 0.8em;
}
.row {
	font-weight: bold;
}
.rowHeader {
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.label {
	font-size: 0.8em;
	font-weight: bold;
}
.note {
	font-size: 0.8em;
	font-weight: bold;
}

.tableHeader {
	font-size: 0.8em;
	font-weight: bold;
}
.propertyHeader {
	font-weight: bold;
}
.tableCellBold {
	font-size: 0.8em;
	font-weight: bold;
}
.tableCell {
	font-size: 0.8em;
}
.tableCellAlt {
	font-size: 0.8em;
	background-color: #CBD8EB;
}
.table {
	color: #1E3C7B;
	border: solid 1px #1E3C7B;
	background-color: #EBF0F9;
}
.darkTableOutline {
	border: solid 1px #1E3C7B;
}
.courseHeader {
	font-size: 0.9em;
	font-weight: bold;
	color: #EBF0F9;
	background-color: #1E3C7B;
}
.featuredHeaderSimple {
	color: #517DBF;
	font-weight: bold;
	font-style: italic;
}
.featuredHeader {
	color: #517DBF;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-style: italic;
}
.whatIsThis 
{
	font-size: 0.6em;
	font-weight: bold;
}
.tableCellGrey {
	font-size: 0.8em;
	background-color: #ccc;
}
.tableCellBold {
	font-size: 0.8em;
	font-weight: bold;
}
.leftPaneLines {
	border-right: solid 1px #ccc;
}
.slipHeader {
	font-size: 1.9em;
	font-weight: bold;
	color: #1E3C7B;
}
/******************/
/* ALL THE COLORS */
/******************/
.primary {
	background-color: #CBD8EB;
}
.medium {
	background-color: #EBF0F9;
}
.light {
	background-color: #517DBF;
}
.lightlight {
	background-color: #EBF0F9;
}
.dark {
	background-color: #517DBF;
}
.darkdark {
	background-color: #1E3C7B;
}

.primaryText {
	color: #CBD8EB;
}
.mediumText {
	color: #EBF0F9;
}
.lightText {
	color: #517DBF;
}
.lightlightText {
	color: #EBF0F9;
}
.darkText {
	color: #517DBF;
}
.darkdarkText {
	color: #1E3C7B;
}
.searchbar_text {
	color: #000000;
}
/******************/
/******************/
/******************/
