/**
   * This is the default style sheet for Clicksuite that can be seen by all browsers.
   *
   * @package Clicksuite
   * @author Francis Saul <francis@clicksuite.co.nz>
   * @project manager Alan Doak <alan@clicksuite.co.nz>
   * @version 2006-12-15
   
   * @change log
   
*/


/*------------------------------------------------------------------------
Main styles ------------------------------------------------------------*/
body{
  color: #473c3f;
  font: 0.65em/1.525em Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
p, ul, ol, label, h1, h2, h3, h4, h5, h6{
  margin: 0 0 1em;
}
h1, h2, h3{
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
h2{
  color: #dc1f67;
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
h3{
  color: #dc1f67;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
h4{
  color: #666;
  font-size: 1.25em;
  font-weight: normal;
}
h5{
  color: #666;
  font-size: 1.15em;
  font-weight: normal;
}
a{
  color: #dc1f67;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
  color: #473c3f;
}
alogin{
    color: #473c3f;
    font-weight: bold;
    text-decoration: none;
}
alogin:hover{
    color: #dc1f6f;
}
form{
  margin: 0;
}
img{
  display: block;
  border: 0;
}
span.light{
	font-weight: normal;
}