/* CSS PRINTING Created 2008 Yesenia Carrasco, Cesar Rodriguez*/

/*************************************/
/*This Section removes sections from printing*/
/*************************************/
.noPrint{ display: none; }
/*************************************/


/*************************************/
/*Implements black color on all tags*/
/*************************************/
*{color:#000000;
background-color:white;}
/*************************************/


/*************************************/
/*Breaks pages into secions, in order to allow printing*/
/*************************************/
.pageBreak{ page-break-after: always; }
/*************************************/


/*************************************/
/*This section is the container for tables*/
/*************************************/
.tableBackGround{width:100%;}
/*************************************/


/*************************************/
/*This section contains the actual tables*/
/*************************************/
.table{width:95%;}
/*************************************/


/*************************************/
/*This section contains the actual tables*/
/*************************************/
.table60{width:95%;}
/*************************************/

/*************************************/
/*This section contains the actual tables*/
/*************************************/
.barTitle{text-align:center;}