/********************************/
/* CSS Styles for Popup Windows */
/********************************/

body {
  background:#b0c4dE;
  font:normal normal normal 1.0em  times, sans-serif;
}

#content {
  min-width:500px;
  width:100%;
  text-align:center;
}

img {
  border:0;
  padding:3px;
/*  border:2px dotted #006;*/
}


