/*  
    name:                lehrplan_2004.css
    author:              cfmoxey
    date_created:        2004-08-26
    date_last_modified:  2004-11-29
    purpose:             uniform style sheet for Anatomy & Physiology syllabi
    
    comments:            modified from syllabus.css to provide generic font-size values
                         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;}

p, th, td 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   color: black;
   background-color: #ffffff;}

.banner 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-large;
   text-align: center;
   color: red;
   background-color: #ffffff;}

.footer 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   text-align: center;
   color: black;
   background-color: #ffffff;}

.header 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: large;
   text-align: center;
   color: black;
   background-color: #ffffff;}

.pagereference 
  {font-size: xx-small;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.particularsheader
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   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: x-small;
   text-align: left;
   color: black;
   background-color: #ffffff;}

.rightplaceheader 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: small;
   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: x-small;
   text-align: center;
   color: black;
   background-color: #ffffff;}

.scheduleheader 
  {font-weight: bold;}

.scheduletext 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   text-align: center;
   color: black;
   background-color: #ffffff;}
                
.textbook 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   text-align: center;
   color: black;
   background-color: #ffffff;}

.textreference 
  {font-size: xx-small;
   font-weight: normal;
   color: black;
   background-color: #ffffff;}


