/* Link colors */

  a:link { 
          color: #0098FF;
	}
  a:visited { 
          color: #0098FF;
	}


/* Regular body text */
        
  body
  { 
  color: #CCCCCC;
  background-color: #000000;
  font-size: medium;
  font-family: Georgia, Times New Roman, Times, serif;
  text-align: left;
  letter-spacing: .5px;
  line-height: 1.3;
  }
  
p
{ 
  color: #CCCCCC;
  background-color: #000000;
  font-size: medium;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: .5px;
  line-height: 1.3;
  }


/* Standard heading sizes */

  H1, H2, H3, H5, H6 {
                      font-family: Verdana, Arial, Helvetica, sans-serif;
                      color: #FFFFFF;
                      line-height: .9;
                     }

  H3 {
      font-size: medium;
      font-weight: bolder;
     }   
  H4 {
      font-family: Times New Roman;
      font-size: medium;
      font-weight: bold;
     }   
  H5 {
      font-size: x-small;
     }   

  H6 {
      font-size: xx-small;
     }     



/* CupInfo Colors */

  .CIltgrey {
           color:#CCCCCC;
            }   
  .CIgrey {
           color: #808080;
          }
  .CIblue {
           color: #0098FF;
          }
  .CIdarkblue {
           color: #0066CC;
              }
  .CIred {
           color: #FF0000;
         }
         

/* Special type combinations */

  .serif {
           font-family: Georgia, Times New Roman, Times, serif;
           }
  .sans {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           }         
  .title {
         font-size: 36pt;
         color: #0098FF;
         }
  .mediumcaption {
         font-size: 10pt;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #000000;
         background-color: white;
         }

  .smallcaption {
         font-size: 7pt;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #808080;
         }
         
  .smallgreycaption {
         font-size: 7pt;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #000000;
         background-color: rgb(192, 192, 192);
         }
  .smallwhitecaption {
         font-size: 7pt;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #000000;
         background-color: white;
         }                       
