.bk-black {
	background-color: #000;
}
.bk-light-blue {
	background-color: #B7D7DD;
}
.bk-white {
	background-color: #FFF;
}
.blinkit {
	text-decoration: blink;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

.crunch {
	display: block;
}

.blue {
	color: #039;
}
.blue-light {
	color: #C2F0F8;
}
.blue-medium {
	color: #06F;
}
.bluer {
	color: #069;
}
.blue-darker {
	color: #004A6F;
	font-weight: 500;
}

.cntr {
	text-align:  center;
}
.darkred {
	color: #C60000;
}
.dark-red2 {
	color: #AE0000;
}
.darkgrey {
	color: #fefefe;
}
.darkpurple
	color: darkpurple;
}
.greenish-blue-font {
	font-weight: lighter;
	color: #349E9E;
}
.italic {
	font-style: italic;
}
.leftaligntext {
	text-align:  left
}
.oblique {
	font-style: oblique;
	font-size: 21px;
}
.outline {
	display: table-cell;
	margin: auto;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin dotted #333;
	text-align: center;
	white-space: normal;
}
.purple {
	color: purple;
}
.rightaligntext {
	text-align:  right
}
.red {
	color: red;
}
.strikethru {
	text-decoration: line-through;
}
.table-light {
	background-color: #C6E6E8;
}
.table-medium-dark {
	background-color: #408BA8;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
.table-dark-red {
	background-color: #F00;
}
.table-dark {
	background-color: #408BA8;
}
.table-darker {
	background-color: #204060;
	color: #204060;
	filter: BlendTrans(Duration=1);
}

.table-light-dark-border {
	background-color: #C6E6E8;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}
.tablebackgrounddark {
	background-color: #036;
	color: #6FF;
}
.unbold {
	font-weight: normal;
}
.unbolder {
	font-weight: normal;
	bottom: 2px;
}
.underline {
	text-decoration: underline;
}
.upperalignmenttext {
	height: 10px;
}

.white {
	color: #FFF;
}
.white-underline {
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
}
.yellow-light {
	color: #FDFECB;
}

.strikethru {
    text-decoration: line-through;
}
.table-border-rick {
	border-top-color: Navy;
	border-top-width: 4px;
	border-right-color: LightSteelBlue;
	border-right-width: 1px;
	border-bottom-color: LightSteelBlue;
	border-bottom-width: 1px;
	border-left-color: Navy;
	border-left-width: 4px;
}