BODY
{
   background        : #FFF url(../images/bgLeft.jpg) repeat-y left;
   color             : #115E94;
   font-family       : Tahoma, Lucida Grande, Helvetica;
   font-size         : small;
   margin            : 10px 10px 10px 10px;
   padding           : 0px;
}

TABLE
{
   border-width     : 0px;
   border-spacing   : 0px;
   border-collapse  : collapse;
}

TD
{
   padding          : 0px 0px 0px 0px;
}

TD.fullWidth
{
   width            : 100%;
}

/* Box styles */

TD.boxTopLeft,TD.bTl
{
   background-image : url(../images/boxTL.gif);
   width            : 10px;
   height           : 10px;
   font-size        : 1px;
}

TD.boxTop,TD.bT
{
   width            : 100%;
   height           : 10px;
   background-image : url(../images/boxTop.gif);
}

TD.boxTopRight,TD.bTr
{
   background-image : url(../images/boxTR.gif);
   width            : 10px;
   height           : 10px;
}

TD.boxLeft,TD.bL
{
   background-image : url(../images/boxLeft.gif);
   width            : 10px;
}



TD.boxMain,TD.bM
{
   width            : 100%;
   background-color : #FFFFFF;
}


TD.boxRight,TD.bRR
{
   background-image : url(../images/boxRight.gif);
   width            : 10px;
   font-size        : 1px;
}

TD.boxBottomLeft,TD.bBl
{
   background-image : url(../images/boxBL.gif);
   width            : 10px;
   height           : 10px;
}

TD.boxBottomRight,TD.bBr
{
   background-image : url(../images/boxBR.gif);
   width            : 10px;
   height           : 10px;
   font-size        : 1px;
}

TD.boxBottom,TD.bB
{
   height           : 10px;
   width            : 100%;
   background-image : url(../images/boxBottom.gif);
}

.boxTitle
{
   font-size        : smaller;
   font-weight      : bold;
   padding-bottom   : 4px;
}

.boxFooter
{
   font-weight      : bold;
   text-align       : center;
   padding          : 7px 0px 3px 0px;
   white-space      : nowrap;
}

DIV.boxContent
{
   padding          : 6px;
}

DIV.boxContent > .boxTitle
{
   font-size        : 16px;
   color            : #FF9500;
}



