/* General Page Properties */

BODY {
  color: #03477A;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

H1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding:0px;
  margin:0px;
}

H2 {
  padding:0px;
  margin:0px;
  font-size: 14px;
  font-weight: bold;
}

H3 {
  padding:0px;
  margin:0px;
  font-size: 12px;
}
FORM {
   display: inline;
}

TR {
   vertical-align:top;
}

IMG {
    border:0px;
    margin:0px;
}

/* flash styles */
.flash_error {color:red;}
.flash_notice {color:green}

/* page layout classes */
.pl_emptyPlaceMarker{border: 2px dashed silver; background-color: Transparent;}
