/* Copyright © 2006. NZDH Ltd. All Rights Reserved. */
/* All source code remains the property of NZDH Ltd. */
/* For any questions/comments, please email info@nzdh.co.nz. */


/* START CSS Document */

.bg { background-color:#E0C885; }
.bg-header { background-color:#906f45; }
.bg-menu { background-color:#FFFFFF; }
.bg-text { background-color:#FFFFFF; }
.bg-footer { background-color:#906f45; height:30px; }

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

BODY {
margin-left:0;
margin-bottom:0;
margin-right:0;
margin-top:4px;
}

SELECT, INPUT, TEXTAREA {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.menu {
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#EBEBEB;
}

.heading {
  font-family: Arial, Verdana, sans-serif;
  font-size:15px;
  color:#333333;
  font-weight:bold;
}

.text {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.text_small {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.error {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#CC0000;
}

.success {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#009900;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size:10px;
  color:#EBEBEB;
}

/* END CSS Document */
