 <!--
    	a.normal:link { 
          color: #0000FF; 
          font-weight: bold; 
          font-size: 10px; 
          text-decoration: none 
       }
      	a.normal:visited { 
           color: #0000FF; 
           font-weight: bold; 
           font-size: 10px; 
           text-decoration: none 
       }
       a.normal:hover { 
         color: #0000FF; 
         font-weight: bold; 
         font-size: 10px; 
         text-decoration: underline; 
      }
      a.normal:active	{ 
        color: #000000; 
        font-weight: bold; 
        font-size: 10px; 
        text-decoration: none 
      }
     .grades_entry {
       margin-left: 3em;
     } 
     a.grades:link { 
       color: #0000FF; 
       font-weight: bold; 
       font-size: 14px; 
       text-decoration: none;
     }
    a.grades:visited { 
       color: #0000FF; 
       font-weight: bold; 
       font-size: 14px; 
       text-decoration: none 
    }
    a.grades:hover { 
      color: #0000FF; 
      font-weight: bold; 
      font-size: 14px; 
      text-decoration: none; 
    }
    a.grades:active {		 
      color: #0000FF; 
      font-weight: bold; 
      font-size: 14px; 
      text-decoration: none 
    }
    .grades_nolink { 
     color: #0000FF; 
     font-weight: bold; 
     font-size: 14px; 
     font-style: italic; 
   }

   .grades_entry_desc {
       margin-left: 6em;
       margin-bottom: 2em;
    }
     
   .grades_nolink_desc{
     color: #000000; 
     font-weight: normal; 
     font-size: 12px; 
     font-style: italic; 
   }
    
   .grades_desc { 
     color: #000000; 
     font-weight: normal; 
     font-size: 12px; 
   }
   .center_msg{
     color: #000000; 
     text-align: center;
     font-size: 14px; 
     font-weight: bold; 
     margin-bottom: 1em;
     margin-top: 1em;
   } 
   .common_title {
     color: #000000; 
     font-weight: bold; 
     font-size: 16px; 
     text-align: center;
   }
   .sub_title {
     color: #000000; 
     font-weight: bold; 
     font-size: 14px; 
     text-align: center;
   }
   .common_course {
     color: #000000; 
     font-weight: normal; 
     font-size: 12px; 
     font-style: italic; 
   }
   .desc_title {
     color: #000000; 
     font-weight: bold; 
     font-size: 16px; 
   }
   .upload_entry {
       margin-left: 3em;
       margin-bottom: 2em;
    }
   .notes_block {
       margin-bottom: 2em;
   }
   .cellbg         { 
     background-color: #FFFFFF 
    }
   .headcellbg         { 
     background-color: #DFDFDF
   }
   .cellover               { 
      background-color: #DFDFDF 
   }
   .quiz_even              { 
    background-color: #FFFFCC 
   }
   .quiz_font {
     font-size: 11px;
   }
   .time_font {
     font-size: 10px;
     font-weight: normal; 
   }
   .regheading             { 
    color: #000000; 
    font-weight: bold; 
    font-size: 13px; 
   }
   .grade_heading             { 
    color: #000000; 
    font-weight: bold; 
    font-size: 10px; 
   }
   .black_border {
      background-color: #000;
   }
   .white_bg {
      background-color: #FFF;
   }
   .error_font {
    color: #FF0000; 
    text-align: center;
   }
  .help{
     cursor: help;
     font-weight: bold;
     color: #cc6633;
  } 
 
      
-->
