@import url(http://www.chirp.com.au/form_formatting.css);
@import url(http://www.chirp.com.au/gday_formatting.css);
@import url(http://www.chirp.com.au/table_formatting.css);

body {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.chirplink { display: none; }

#menu {
  padding-bottom: 80px;
  background-color: #274666;
}
#menu ul {
  margin: 24px 12px;
  padding: 0;
  list-style-type: none;
}
#menu li {
  width: 128px;
  height: 17px;
  background: #505f73 url(/images/button.gif) no-repeat;
  margin: 5px 0;
  padding: 5px 17px 5px 12px;
}
#menu li a:link, #menu li a:visited {
  padding: 0 2px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

#abn {
  position: absolute;
  bottom: 12px;
  width: 188px;
  text-align: center;
  font-size: 9px;
  color: #c0dbea;
}

#content {
  padding: 1em 2em 3em 2em;
  background: #617f9e url(/images/content_bg.jpg) bottom right no-repeat;
  color: #fff;
}
#content a:link, #content a:visited {
  color: #fff;
}

h1 {
  font-style: italic;
  font-size: 24px;
}
h2 {
  font-size: 16px;
}
h3 {
  border-bottom: 1px solid;
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

#content a:hover, ::selection {
  background-color: #1a3552;
}

fieldset {
  border: 1px solid #fff;
}
label {
  font-size: 12px;
  color: #fff;
}
label strong {
  color: #ff0;
}

table.collapse tr {
  border-color: #fff;
}

ul.downloads a, table.affiliates a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
}
