
                  /* default font size*/
                  @import url(small.css);
     
      html {background: #ffffff ;
            margin-left:0;
            margin-top:0;  
          }
      
      body, div, p, th, td, li, dd  { 
            font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; 
            color: #333333;
            font-size: 11px;
	       } 

     blockquote {font-weight: bold;
                }
     /* 003366 */
     .text_title { color: #333399;
                    font-size: 1.2em; 
                    font-weight: bold;
                  } 
      
    
      
      .subtitle   { color: #333399;
                    font-size: 1em; 
                    font-weight: bold;
                  } 
      
      
      .pale    { color: #669966; 
                  font-style: normal;
                  font-size: 0.95em;
                } 
      
      
      .footnote { color: #996600; 
                  font-style: italic;
                  font-size: 0.95em;
                } 
                 
      
      .highlight {
                  color: #990099;
                  font-style: italic;
                 }
      
      .quote {font-style: italic;
              font-weight: bold;
              
             }
              
      .article_quote{margin:20px;
                     padding:20px;
                     font-size: 1em; 
                     font-family: Times, Times New Roman, serif;
                     color: #990000;
                     background:#DEDEDE;
                    }
      
      .indent {margin-left: 10%;
               margin-right:10%;
             }
      
      .superscript {font-size: 0.8em;
                   }  
      
      .small {font-size: 0.95em;
             }
             
        
      
      .attention {color: #990000;
                  font-style: italic;
                  font-weight: bold;
                 }  
    
      .cartoon   {
                   border-bottom: dotted 1px #999999;
                   vertical-align:top;
                   padding: 5px;
                 } 
      
     .frontpage  {color: #990000;
                  font-style: italic;
                  font-weight: bold;
                  word-spacing: 0.25em;
                  border-bottom: solid 1px #CCCCCC;
                 }  
     
     .middle     {text-align:center; 
                 }
                   
     
     
     
     .sidebar {font-size: 0.95em;
               font-weight: bold;
               padding-left: 15px;
               padding-right:10px;
              } 

      .sidefoot { color: #FF9900; 
                  font-style: italic;
                  font-size: 0.85em;
                } 
      
      #leftsidebar{background: #DEDEDE;
                   border: solid 1px #999999;
                   vertical-align:top;
                   padding: 5px;
                  }
                  
      #rightsidebar{background: #DEDEDE;
                   border: solid 1px #999999;
                   vertical-align:top;
                   padding: 5px;
                  }        
                  
       .leftsideheader { background: #FF9900 ;
                         color:#FFFFFF;
                         border: solid 1px #FFFFFF;
                         text-align: center;
                         font-size: 0.95em;
                         font-weight: bold;
                        }
                        
                        
        .rightsideheader {background:#003399; 
                         color:#FFFFFF;
                         border: solid 1px #FFFFFF;
                         text-align:center;  
                       font-size: 0.95em;
                       font-weight: bold;
                    
                   }                 
                        
       .columnleft {width:280px; 
                    float:left;
                   }
                   
       .columnright {width:300px;
                     float:right;
                     border-left: dotted 1px #CCCCCC;
                     padding-left: 20px;
                    }            
              
      A:link    {color: #003399; text-decoration:underline;}
      A:visited {color:#3366CC; text-decoration:underline;}
      A:active  {color: #999999; text-decoration:underline;}
      A:hover   {color: #0000FF; text-decoration:underline;}