/*CSS Individual File*/
table.printcenter {
width:400px;
}
td.printcenter {
background-color:#adadad;
font-style: normal;
font-weight: bold;
text-align: center;
FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma; FONT-SIZE: 9px; WIDTH: 100%;
color:#FFFFFF;
}


td.line{
width:2px;
background-color:#adadad;
}

/* CAUTION do not interchange by accident the \'normal\' and \'none\' tags */
/*font-style:         normal | oblique */
/*font-variant:       normal | small-caps */
/*text-decoration:    none | underline | overline | line-through | blink */
/*text-transform:     none  capitalize | uppercase | lowercase | none */
/*text-align:         left | right | center | justify */
/*text-indent:        3em  <length> | <percentage> */
 /*font-weight:         normal | bold | bolder | lighter | 100 | 200 | 300 |
400 | 500 | 600 | 700 | 800 | 900 */




