/*    CG.CSS Style Sheet for Carleton Graphics Web Site
 *    jrc December 2001
 *
 *    Usage: Include via HTML LINK tag inside HEAD.
 */

body {
 font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
 background-color: #EEEEEE;
 margin: 0;
 padding: 0;
}
p { 
  font-size: 9pt;  
  font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
}
p.fineprint { 
  font-size: 8pt;  
  font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
}

ul { list-style-type: disc;
     font-size: 90%;
     font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy; }     
ol { list-style-type: decimal; 
     font-size: 90%;
     font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy; }     
li { font-size: 90%;
     font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy; }
   

a {
 font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
}
a.hover {color: Red; }

a.MenuActive {
  color: White;
  background-color: Black;
  font-weight: bold; 
  font-size: 8pt;
  text-decoration: none;
} 
a.MenuNormal {
  color: Navy;
  background-color: #cccccc;
  font-weight: bold; 
  font-size: 8pt;
  text-decoration: none;
} 

h1, h2, h3, h4, h5, h6 { 
   color: Navy;
   font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
   font-weight: bold;
}
h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt;  }

td {
  font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy; 
  font-size: 10pt;
}
td.fineprint { 
  font-size: 9pt;  
  font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy;
}
th {
  font-family: Verdana,Arial,Hevetica,Geneva,Sans-Serif,Espy; 
  font-size: 12pt;
}
input {
  font-size: 10pt;  
  font-family: monospace;
}  
select {
  font-size: 10pt;  
  font-family: Courier New,Courier,monospace;
}  


