/* Div structure for inserting images and captions on the LEFT of the page */

hr {
border-bottom : 3 dotted #444444;
}

div.figure_lc {
  float: none;
  width: 300px;
  clear: both;
  border: 1px #777777 solid;
  background: #009FB2;
  margin: 0.3em;
  padding: 0.0em;
  padding-bottom: 0.0em;
}
div.figure_lc p { 
  clear: both;
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-size: smaller;
  text-indent: 0;
  background: #009FB2;
  margin: 0.0em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

/* Div structure for inserting images and captions on the RIGHT of the page */

div.figure_r {
   float: right;
  border: 1px #777777 solid;
  margin: 0.3em;
  padding: 0.0em;
  padding-bottom: 0.0em;
  background: #009FB2;
}
div.figure_r p {
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-size: smaller;
  text-indent: 0;
  background: #009FB2;
  margin: 0.0em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
/* Div structure for inserting images and captions on the LEFT of the page */

div.figure_l {
  float: left;
  border: 1px #777777 solid;
  margin: 0.3em;
  padding: 0.0em;
  padding-bottom: 0.0em;
  background: #009FB2;
}
div.figure_l p {
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-size: smaller;
  text-indent: 0;
  background: #009FB2;
  margin: 0.0em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

/* Div structure for inserting images and captions on the CENTER of the page */

div.figure_c {
  float: center;  
  width: 300px;
  border: 1px #777777 solid;
  background: #009FB2;
  margin: 0.3em;
  padding: 0.0em;
  padding-bottom: 0.0em;
}
div.figure_c p { 
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-size: smaller;
  text-indent: 0;
  background: #009FB2;
  margin: 0.0em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}



td {
color: #666666;
font-size: 10px;
}









