body{
	background-color : #525D7B;  /*  #555C7D  #587295     #525D7B Snyder dark blue*/
}

.obrdh{		/* outermost border horizontal bar */
	background-color: #ffffff;
	height : 1px;
}

.cbrdh{	/* center border horizontal bar */
	background-color: #979DB6;
	height: 2px;   /* as ccellh   7px; */
}

.cbrdol{	/* outer vertical center piece of border left*/
	background-color: #ffffff; /* as outcellh */
	height: 2px; /* as ccellh   7px; */
	width: 2px;
}

.cbrdor{	/* outer vertical center piece of border right */
	background-color: #ffffff; /* as outcellh */
	height: 2px; /* as ccellh   7px; */
	width: 1px;
}

.ibrdh{	/* inner border horizontal bar */
	background-color: #979DB6;
	height: 1px;
}

.ibrdol{	/* outer vertical inner piece of border left*/
	background-color: #ffffff; /* as outcellh   #83A3CB */
	height: 1px;
	width: 2px; /* as ovccelll */
}

.ibrdor{	/* outer vertical inner piece of border right */
	background-color: #ffffff; /* as outcellh */
	height: 1px; /* as ccellh */
	width: 1px;
}

.ibrdcl{	/* outer vertical center piece of border left*/
	background-color: #979DB6; /* as outcellh */
	height: 1px;
	width: 19px; /* as cbrd  19 px*/
}

.ibrdcr{	/* outer vertical center piece of border right */
	background-color: #979DB6; /* as outcellh */
	height: 1px; /* as cbrd */
	width: 9px;
}

.obrdl{
	background-color: #ffffff;
	width: 2px;
}

.obrdr{
	background-color: #ffffff;  /*  #83A3CB */
	width: 1px;
}

.cbrdl{
	background-color: #1E5C99;
	width: 19px;    /*  19px */
}

.cbrdr{
	background-color: #1E5C99;
	width: 9px;    /*  9px */
}

.ibrdv{
	background-color: Black;
	width: 1px;
}
.bCell{
	height: 5px;
}