/* CSS Document
Examples of this flexibility are demonstrated below when describing the different CSSW3C commands and employ these style rules in the HEAD section:
 */

.pictureframe {
  border: 1px solid #A67D00;
} 
 .ovDiv {
 
  border: 1px #A67D00 solid;
  border-bottom: 4px solid #898989;

  border-right: 4px solid #898989;
	opacity:.9;
	filter:alpha(opacity=90);
	-moz-opacity:.9;

  
  background-color: #FFFFFF;
  line-height: normal;
} 
.bodyText { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; 
  color: #333333; 
  font-style: normal; 
   background-color:#FFF;
  /* background-repeat:no-repeat;*/
   
   
  /*text-decoration: line-through; */
 /* text-align: center; */
  padding: 10px 5px 10px 16px; 
  font-size: 11px;
}
.captionText { 
  font-family: Arial, Helvetica,sans-serif; 
  color: #FFFFCC;

  background-color:#C39E07;
 font-style: italic; 
 text-align: center; 
  padding: 5px;
} 
.closeText { 
  font-family: Arial, Helvetica, sans-serif;
  background-color: #C39E07; 
  font-style: italic; 
  text-align: right; 
  font-size: 9px; 
  vertical-align: top; 
  color: #ffffff; 
  padding: 5px;
} 
.closeText A { 
  color:#FFFFFF; 
  text-decoration: none; 
  font-weight: bold; 
  font-style: normal;
}
.closeText A:hover { 
  text-decoration: underline;
}

