/* kabada - Buffaloes Menu CSS                  */
/* Copyright 2003 kabada 			*/
/* Updated: 2003-01-24                          */

body { 
  background-color: #FFFFFF;
  /* background-image: url(img/bumarks.png); */
  color: #000000;
  /*linkcolor: #0000FF;*/
  /*vlinkcolor: #777777;*/
 }

h1 { 
     /* color: #da2127; */
     /* background-color: #0000FF; */
     font-size: 15pt; 
     text-align: center; 
     margin: 20pt 0pt; 
     border: 0; 
     align: center;
}

h2 {  
     color: #da2127;
     /* background-color: #da2127; */
     font-size: 12pt; 
     text-align: center; 
     margin: 10pt 0pt; 
     border: 1pt solid #da2127; 
     align: center;
     }

h3 {  
     /* color: white; */
     /* background-color: #aaaaff;  */
     font-size: 9pt; 
     text-align: let; 
     margin: 5pt 0pt; 
     border: 0; 
     align: center;
     }

p { 
    line-height : 150%;
    text-indent: 10pt;
    color: #000000;
    }

p.noindent { 
             text-indent: 0pt;
             }

p.line {
         color: #FFFFFF;
         background-color: #da2127; 
         text-align: center; 
         line-height : 170%;        
         }

div.margin {
           margin: 10pt;
           }


div.left {  
           font-weight: bold;
           text-align: left;
           float: left;  
           width: 30%; 
           }

div.right {  
            text-align: left;
            float: right; 
            width: 70%; 
            }

div.left50 {  
             text-align: center;
             float: left;  
             width: 50%; 
           }

div.right50 {  
              text-align: left;
              float: right; 
              width: 50%; 
            }

strong { 
         color: #ff0000;
         font-size: 15pt; 
         text-align: center;
         }

address { 
          text-align: center;
          }

dt,dd { 
        line-height : 150%;
        }

.ct { text-align: center }
.rt { text-align: right }
.lt { text-align: left }

.clearl { clear: left;  }
.clearr { clear: right; }
.clearb { 
          clear: both;  
          padding: 5pt;
          }

