BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}

P {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 14; 
  margin-bottom: 14;
}

H1 { 
  font-family: Arial, Tahoma, Helvetica;
  font-size: 23pt;
  font-weight: bold;
}

H2 { 
  font-family: Arial, Tahoma, Helvetica;
  font-size: 17pt;
  font-weight: bold;
}

H3 { 
  font-family: Arial, Tahoma, Helvetica;
  font-size: 13pt;
  font-weight: bold;
}

H4 { 
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

H5 { 
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}

H6 { 
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}

TD { /* Table Cell */
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}

UL {
  margin-top: 4; 
  margin-bottom: 4;
}

/* -- BigImage facility CSS -- */

img.small
{
  vertical-align:middle;
  cursor:pointer;
}

div#shadowLayer
{
  background-color:#000000;
    
  position:fixed;
  top:0;
  left:0;
  width:100%; 
  height:100%;
    
  z-index:100;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.85;
}
  
div#bigImageLayer
{
  position:absolute;
  width:100%; 
  height:100%;
    
  z-index:101;
}
  
div#bigImagePlate
{
  display:inline-block;
  padding:6px;
  
  background-color:#CCCCCC;
  color:#000000;
}
  
td.bigImageControls
{
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight: normal;
}
  
td.bigImageDescription
{
}

