/* CSS for Cove Business Technology Pty Ltd */
/* http://www.cove.com.au */


/* General Start */

body {
  text-align: center;
  margin: 20px 10px 20px 10px;
  padding: 0px;
  background-repeat: repeat-x;
}

img {
  margin: 0px;
  border: 0px;
}

/* General End */

#main_container {
  position: relative;
  margin: 10px;
  padding: 5px;
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-color: white;
}

p {
  margin: 2px 3px 10px 3px;
  padding: 0px;
  font-family: Verdana;
  font-size: 12px;
  color: #252525;
  line-height: 16px;
  vertical-align: top;
}

a.redlink:link, a.redlink:visited {
  color: #C10000;
  text-decoration: none;
  border-bottom: 1px dotted #C10000;
}

a.redlink:visited:hover, a.redlink:hover {
  color: #910000;
  text-decoration: none;
  border-bottom: 1px dotted #910000;
}

