﻿body {
}
p { font-family:Arial; font-size: 11pt; font-weight:normal; margin-left:15px   }
.tinyText { font-family:Arial; font-size: 8pt; font-weight:normal;  }
#castShadow{
-ms-filter:progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=Bottom right);
/*filter: progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=Bottom right);*/

}


table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(/style/borders/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(/style/borders/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(/style/borders/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(/style/borders/shadow/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(/style/borders/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/style/borders/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(/style/borders/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(/style/borders/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
