/*css document*/


body {
          background-color: #ffffff;
          font-family: verdana, arial;
          font-size: 11px; 
          color: #595959;
          }
          
td       {
           font-size: 11px;
          }

td.upcom{ 
          font-size: 11px;
          background-image: url('upcoming.jpg');
          background-repeat: no-repeat;
          }

td.biorez{
          font-size: 11px;
          background-image: url('bioresume[1].gif');
          background-repeat: no-repeat;
          background-position: bottom;
          }

td.review{
          font-size: 11px;
          background-image: url('review.jpg');
          background-repeat: no-repeat;
          background-position: bottom;
          }
          
td.contact{
          font-size: 11px;
          background-image: url('contact.jpg');
          background-repeat: no-repeat;
          background-position: bottom;
          }
img.frame {
          border: 1px solid #cccccc;
          }
              
a.lg     {
         font-size:16px;
         }

a        { 
          color: #3399ff; 
          text-decoration: none;
          font-size:12px;
          }
          
a.two:link{
          font-size:10px;
          }

a.two:visited {
          font-size:12px;
          color:#9F653F;
          }
          
a.three:visited{
          color:#9F653F;
          }
