

BODY {
  background-color:     #FFBB00;
  color:                #000000 ;
  text-align:           justify ; 
  margin:               6px ;
  margin-top:           0px ;
  
  font-family:          FrutigerLT45LightRegular, Myriad, Segoe UI, san serif ;
  font-size:            smaller ;

  line-height:          160% ;
}

@font-face {
    font-family: 'FrutigerLT45LightRegular';
    src: url('frutiger-webfont.eot');
    src: url('frutiger-webfont.eot?#iefix') format('embedded-opentype'),
         url('frutiger-webfont.woff') format('woff'),
         url('frutiger-webfont.ttf') format('truetype'),
         url('frutiger-webfont.svg#FrutigerLT45LightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerLT55RomanBold';
    src: url('frutigerblack-webfont.eot');
    src: url('frutigerblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('frutigerblack-webfont.woff') format('woff'),
         url('frutigerblack-webfont.ttf') format('truetype'),
         url('frutigerblack-webfont.svg#FrutigerLT55RomanBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



EM, h2, h3 {
  color: #336600 ;
  font-family: FrutigerLT55RomanBold, Myriad, Segoe UI, san serif;
  src: url('FrutigerBlack.ttf');
  
}


H1 {
  font-variant: small-caps ;
  font-weight: normal ;
  letter-spacing: 0.1em ;
}

A:link    { color: #505030; }
A:active  { color: #505030; }
A:visited { color: #808060; }
H1,H4,H5,H6 { color: #000000; } 

BLOCKQUOTE { font-style: italic }

TD {
  padding-left:	 1em ;
  padding-right: 1em ;
}

TABLE {
  border-color:	#000000 ;
  border-width:	1px ;
  border-style:	solid ;
}

EM { font-style: normal ; font-variant: italic ; }
LI { text-text-align: left ; }
UL { padding-left: 2em ; }
DIV.contents { text-align: left ; }
DIV.content {
  width: 68% ;
  margin: 0px ;
  padding: 2em ;
  text-align: justify ; 

  background-color:     #FFFFFF ;
/*border-color:	        #FF0000 ;*/
  border-color:         #000000 ;
  border-width:         1px ;
  border-top-width:     0px ;
  border-style:         solid ;
}

IMG.photograph {
  float: right ;
  margin-top:           2em ;
  margin-bottom:        1.5em ;
  margin-left:          2em ;
  border-color:					#000000 ;
  border-width:					1px ;
  border-style:					solid ;
}

IMG { border-color: #000000 ; border-width: 1px ; border-style: solid ; }
IMG.noborder { border-width: 0px ; }

