/* kabada - Standard CSS                        */
/* Copyright 2003 kabada			*/
/* Updated: 2003-01-24                          */

body { 
       background-color: #ffffff;
}

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


h2 {  
     color: white; 
     background-color: #ff9bc6;
     font-size: 14pt; 
     text-align: center; 
     margin: 10pt 0pt; 
     padding: 2pt; 
     border: 0; 
     /* border-style:solid; */
     /* border-color: #aaaaff; */
     align: center;
     }

h3 {  
     color: white; 
     background-color: #FFB6C1;
     font-size: 12pt; 
     text-align: left; 
     margin: 10pt 0pt; 
     padding: 3pt; 
     }

blockquote, pre { 
                  margin:0.5em 3%;
                  padding:0.4em 1em;
                  border-width:1px;
                  border-style:solid;
                  border-color:#778088;
                  background-color:#d5dde6;
                  color:inherit;
                  }

blockquote { 
             line-height:1.3em;
             }
             
pre { 
      font-size:90%;
      line-height:1.2em;
}

dl { 
     list-style-type: circle
     }

dt.top { 
     font-weight: bold;
     border-top: 1px solid #ff9999;
     border-bottom: 1px solid #ff9999;
     border-left: 8px solid #ff9999;
     line-height : 150%;
     }

dt.toc { 
         border-left: 1em solid #ff9999;
         padding-left: 1em;
         line-height : 120%;
         }

dd { 
     line-height : 150%;
     text-indent: 10pt;
     }


li { 
     line-height : 150%;
     }

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

p.noindent { 
             line-height : 150%;
             text-indent: 0pt;
             }

p.strong { 
           text-align: center;
           font-size: large;
           }


table {  
        background-color: #666666; 
        margin: 3%;
        } 
th {  
     color: #FFFFFF; 
     background-color: lightpink; 
     white-space: nowrap;
     padding: 1em 1em;
     } 

td {  
     color: #000000; 
     background-color: #FFFFFF; 
     padding: 1em 1em;
     } 

strong {
         color: #FF0000;          
         }

.nowrap{ 
         white-space: nowrap;
         }

#normal{  }

div.top { 
          margin-left: 20%;
          margin-right: 20%;
          padding: 3%;
          border-top: 1px solid #ff9999;
          border-bottom: 5px solid #ff9999;
          border-left: 1px solid #ff9999;
          border-right: 5px solid #ff9999;
          line-height : 150%;
          }

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


