.contentsbar  { 
    font-family: Arial; color:#1a61a4; font-size: 13px; font-weight: bold; 
    height: 865px;
    }
    
.titlebar  { 
    padding: 5px;   
    margin: -5px;    
    height: 50px; background-color: #c9dbdb;
    }
    
.underlineTitle  { 
    font-family: Arial; color:#1a61a4; font-size: 14px; font-weight: bold;
    display: block;
    position: relative;
    background-color: inherit;
    border-bottom: 1px solid #aaaaaa;
	max-width: 1005px;
	width: expression( document.body.clientWidth > 1005? "1005px": "auto" );	
    } 

.maintitle  { 
    font-family: Arial; color:#1a61a4; font-size: 20px; 
    }
    
.chaptertitle  { 
    font-family: Arial; color:#1a61a4; font-size: 16px; font-weight: bold;
    display: block;
    position: relative;
    background-color: inherit;
    border-bottom: 1px solid #aaaaaa;
	max-width: 1005px;
	width: expression( document.body.clientWidth > 1005? "1005px": "auto" );	
    } 
	
.subtitle  { 
    font-family: Arial; color:#1a61a4; font-size: 14px; font-weight: bold;
    }	
    
.strongtext  { 
    font-family: Arial; color:#1a61a4; font-size: 13px; font-weight: bold;
    }    

.author  { 
    font-family: Arial; color:#767676; font-size: 13px; 
    }
    
.article  { 
    padding: 5px;    
    font-family: Arial; font-size: 13px; 
	width:800px;
    }
    
.courier {
         font-family: "Courier New", Courier, mono;
    }

body .contentsbar a { color:#1a61a4; }

body a { color:#1a61a4; }
 
.province    { color: #395A84; font-family: Arial; font-size: 12px; font-weight: bold; }
.speciesFreq { color: #a0a0a0; font-family: Arial; font-size: 12px; }
.storingDate { color: #a0a0a0; font-family: Arial; font-size: 12px; }

.emphasizedCode {
	font-family: "Courier New", Courier, mono;
	color: #141cc0; font-weight: bold;
}

.commentedCode {
	font-family: "Courier New", Courier, mono;
	color: #5f8e5b; font-weight: bold;
}
.graytext {
	color: #606060;
}

table
{
  width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#000000"
  font-family: Arial; font-size: 13px; 
}
