/* Start of CMSMS style sheet 'Fluid Fertilisers' */
H1 { font-size: 16px; }
H2 { font-size: 14px; }
H3 { font-size: 12px; }

H1,H2,H3 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 5px;
}

BODY,TD,DIV,SPAN,LI {
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 12px;
  color: #254E7F;
}

TD {
  vertical-align: top;
}

TD.leftnav {
  background-color: #3B65A9;
}

A {
  font-weight: bold;
  color: rgb(194, 133, 86);
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
  color: rgb(37, 78, 127);
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

div.suburbsuggestions {
   position: absolute; 
   background-color: #a1a1a1;
   padding: 2px;
}
div.suburbsuggestions a {
  font-weight: normal;
  color: #ffffff;
}
/* End of 'Fluid Fertilisers' */

