/* CSS Document */


body   {
       font-family: arial, verdana, helvetica, sans-serif;
       text-align:center; /* IMPORTANT -- Needed for IE to center the main div */
       color:#000000;
       background-image:url('global/pinkdot.jpg');
       background-repeat: repeat;
       background-position: top left;
       }

#main  {width:90%; margin:0 auto;}

a:link {color:#000000; font-size:95%;}     
a:visited {color:#000000; font-size:95%;}  
a:hover {color:#FC88AB; font-size:95%;}  
a:active {color:#000000; font-size:95%;}  


table  {
       border: 0px;
       width:100%;
       background-color:white;}
        
td     {
       text-align:left;
       vertical-align:top;
       padding:10px;}
        
.sidenav {
         text-align:left;
         width: 150px;
         }

        




