/**  main 1 portrait, tan scroll   **/

body        { font-size : 12pt ; font-family: "arial"
            ;  color : #000000 ; line-height : normal
            ; background-color : #f0e0c0
            ; background-image : url(../i/cream1sl.jpg)

            
            ;scrollbar-track-color   :   #EEE0BB 
	    ;scrollbar-face-color    :   #E2ccB2

	    ;scrollbar-highlight-color : #FFFFFF
	    ;scrollbar-3dlight-color   : #A08000

	    ;scrollbar-darkshadow-color: #A08000
	    ;scrollbar-shadow-color:   : #000000 
	    ; scrollbar-arrow-color    : #000000  ;}


/** unsure new tab is forground **/
  *         { target-new: tab ! important } 

  p         { font-size : 12pt ; font-family : "arial" }
blockquote  { font-size : 12pt ; font-family : "arial"; margin:25px }
 tt         { font-size : 14pt ; font-family : "arial" ; color:navy}
 td         { font-size : 14pt ; font-family : "times new roman" }
 th         { font-size : 14pt ; font-family : "times new roman" }

 pre        { font-size : 10pt ; font-family : "courier new"  }  
 pre.tan    { font-size : 10pt ; font-family : "courier new"; color: tan }

 em.rw      { font-size : 10pt ; font-family : "courier new"; color: red ;
              background: white ; font-weight : bold ; }
 em         { font-size: 10pt; font-style: normal;
              background: #d0d0ff ; font-weight: bold ; }

/**  General borders for images and maps **/

.tan5       { border-style: solid;
              border-width: 5px; 
              border-color: #FCA #A76 #755 #B87 ;        /** top right bottom left **/
              background:   #fff;
              padding:      1px;  }                      /** inner border around image **/

.navy5      { border-style: ridge;  
              border-width: 5px; 
              border-color: #cecef8 #88c #669 #99b ;     /** top right bottom left **/
              background:   #fff;	
              padding:      1px; }                       /** inner border around image **/
             


/**  set fonts when used a links **/
 A:link     { font-size : 14pt ; font-family : "times new roman"
            ; color : #E02000  ; text-decoration  :  none    }

 A:visited  { font-size : 14pt ; font-family : "times new roman"
            ;color : #802020  ; text-decoration  : underline }

 A:active   { color : #802020  ; background-color : #FFFFFF  }
 A:hover    { color : #FFFFFF  ; background-color : #701010  }

 /** set image borders when used as links ie info boxes **/ 
 A:link    img  { border-color : #E02000 } 
 A:visited img  { border-color : tan     } 
 
 A:hover   img  { border-color : #FFFFFF ; background-color : #D4D4FF} 
 A:active  img  { border-color : #2020FF ; background-color : #C0C0F0} 


 h4        { font-size : 12pt  ; font-family : arial ; color : #701010 }
 h6        { font-size : 8pt   ; font-family : arial ; color : #701010
           ; page-break-before : always   }
 h5        { font-size : 8pt   ; font-family : arial ; color : #701010;} 

  @page     { size: auto }