a:link {
  text-decoration: none;
  color:#FF0000;
}
a:active {
  text-decoration: none;
  color:#FF0000;
}
a:visited {
  text-decoration: none;
  color:#FF0000;
}
a:hover {
  text-decoration: underline;
}


body {
  background:#FFFFFF url(../images/site/background03.gif);
  margin:10px 0px 10px 0px;
}


/* Forms */
.frmBasic{
  text-align:center;
  font-family:Verdana, Helvetica, Arial;
  color:#000;
  margin:0 0 0 8px;
}
.frmBasic .req{
  font-weight:bold;
  color:#FF0000;
}
.frmBasic input{
  margin-top:.5em;
}
.frmBasic textarea{
  margin-top:.5em;
}

/* Tables */
table {
  font-family:Verdana, Helvetica, Arial;
  font-size:.9em;
}

.warningPanel {
  width:320px;
  margin:0 10px 0 10px;
}
.successPanel {
  width:320px;
  margin:0 10px 0 10px;
}

/* Dont feckin ask - I just clean up the mess */
.dfa {
  margin:0 9px 0 9px;

}


/* Containers */
.testimonialsBlock {
  font-size:12px;
  line-height:130%;
}
.testimonialsBlock h3{
  font-size:14px;
  line-height:130%;
}
