@import url(public.css);

/* Define defaults for old browsers */
/*div,*/ p, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:       #333333;
  font-size:   11px;
}

h1 {
  color: #056FB2;
  font-size:   120%;
  font-weight: bold;
}

h2 {
  color: #dc8638;
  font-size:  120%;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-size:   110%;
  font-weight: bold;
}

h4 {
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
}

h5 {
  color: #000000;
  font-size:   100%;
  font-style: italic;
}

h6 {
  color: #000000;
  font-size:   100%;
  font-style: normal;
}


