﻿/*==============BC================*/

.BCBody
{
    margin: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial, Lucida;
    font-size:9pt;
    font-weight: bold;
}
.BCMainTable
{
    width: 221px;
    height: 104px;
    padding: 0 0 0 0;
    text-align: left;
    border:solid 1px black;
    cursor:pointer;
  
   
}
.BCHead
{
    background-color: #040301;
    height: 20px;
    font-weight: bold;
    text-align: center;
    width:200px;
}
.BCHead1
{
    color: #FEF471;
    width: 220px;
}
.BCHead2
{
    color: #0EF93A;
}
.BCRow
{
    background-color: #DAD6CD;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
   height: 20px;
   
}

.BCRowAlt
{
    background-color: White;
    height: 20px;
    padding-left: 5px;
   
}
.BCCell
{
    border-right:solid 1px black;
}
