
 body {
  background: #f8f8f8;
  color: #000000;
  margin: 0;
  padding: 0;
  font: 70% Verdana, Arial, Tahoma, Helvetica, sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6, p { 
  margin: 0; padding: 0;
 }
 
 h1 {
  font-size: 130%;
  margin-bottom: 10px;
 }
 
 h2 {
  font-size: 105%;
  margin-bottom: 4px;
 }
 
 h3 {
  font-size: 100%;
  font-weight: bold;
 }
 
 h4 {
  font-size: 100%;
  font-weight: normal;
 }
 
 h5 {
  font-size: 100%;
 }
 
 h6 {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
 }
 
 p { 
  margin-bottom: 10px;
  line-height: 130%;
 }
 
 a {
  text-decoration: none;
  color: #003366;
 }
 
 a:hover {
  text-decoration: underline;
 }
 
 img {
  border: 0;
 }
 
 hr { 
  background:#e5e5e5;
  color:#e5e5e5;
  border: #e5e5e5;
  height: 1px;
 }
 
 td { 
  padding: 2px;
 }
 
 input {
  font-size: 12px;
  border: 1px solid #c0c0c0;
  margin-bottom: 5px;
 }
 
 input.checkbox {
   width: auto;
   border: none;
 }
 
 input.radio {
   width: auto;
   border: none;
 }
 
 select {
  font-size: 12px;
  border: 1px solid #c0c0c0;
  margin-bottom: 5px;
 }
 
 form {
  margin: 0;
  padding: 5px;
 }
 
 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
 }
 
 #popupcontent { 
  float: left; 
  width: 560px;
  padding: 10px;
 }
