/* RECEIPT CSS FILE  ---------------------------------------------------------*/
.hd {
    border-top: 1px blue solid; 
    border-bottom: blue double;
}
.sub {text-align:right;font-size:12px;}
.desc {font-style: italic;font-size:12px;}
.big {font-size: 200%;}
.portrait {width:100px;height: ;}
.ctr {text-align: center;}
.rt {text-align: right;}
.rBody {
    border: 5px solid #06F; 
    margin: 0 auto;  
    height: 320pt;
}
.bTable {width: 100%;}
.bbot {border-bottom-style: 1px solid;}
.btop {border-top-style: 1px solid;}
.btd {text-align: center;border: 1px solid;}
.ac {text-align: center;}
.ar {text-align: right;}
.al {text-align: left;}
.colps {
    border: 5px; 
    border-collapse: collapse; 
    width:99%; 
    margin-left: auto; 
    margin-right: auto;
}
.ttl {text-align:center; width: 60%;}
.lbl { 
    font-family: Lucida Handwriting;
    font-size: x-large;
    text-align: center;
}
.bo2 {border-width: 2px;}
.boundary{
    border-style: 5px solid blue; 
    border-radius: 10px; 
    background-color: #CCC;
}
.bor{
    border-top: 1px blue solid;
    border-bottom-style: double blue;
}
.table2 {
    border-collapse: collapse;
}
.tttl{background-color: #CCC;}