/*  
    name:                syllabus.css
    author:              cfmoxey
    date_created:        2001-06-06
    date_last_modified:  2003-06-15
    purpose:             uniform style sheet for Anatomy & Physiology syllabi
    
    comments:            To accomodate Netscape 4.x, each class must redefine the
                         font-family.
                         To accomodate Netscape 4.x, background-color cannot be 
                         transparent.
*/

hr 
  {color: red;
   background-color: #ffffff;}

th, td 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   color: black;
   background-color: #ffffff;}

.banner 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 24px;
   text-align: center;
   color: red;
   background-color: #ffffff;}

.footer 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   text-align: center;
   color: black;
   background-color: #ffffff;}
 

.header 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 20px;
   text-align: center;
   color: black;
   background-color: #ffffff;}

   
.particularsheader
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: right;
   color: black;
   background-color: #ffffff;}

.particularstext
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   text-align: left;
   color: black;
   background-color: #ffffff;}

.rightplaceheader 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   color: black;
   background-color: #ffffff;}
             
.rightplacetext 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   text-align: center;
   color: black;
   background-color: #ffffff;}

.scheduletext 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   text-align: center;
   color: black;
   background-color: #ffffff;}
                
.textbook 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 12px;
   text-align: center;
   color: black;
   background-color: #ffffff;}
