/* QUT template - common stylesheet (contains styles available to page editors) */
/* Should be used in conjunction with corpstyle and branch stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* Styles available via Contribute editing mechanism */

body {
  background-color: #0c1c47;
  background-image:url(../graphics/bl_bgd.jpg);
  background-position:top;
  background-repeat:repeat-x;
  font-size: 12px;
  font-weight: normal;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  /*width: auto;*/
  color: #333;

}


p, table, th, td {
  font-size: 12px;
  font-weight: normal;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  
}

p {
  margin:0;
  padding:0 0 .8em 0;
}

H2 {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0 .6em 0;
  margin:0;
}

H3 {
  font-size: 13px;
  font-weight: bold;
  padding: .8em 0 .6em 0;
  margin:0;
}

.smltext {
  font-size: 11px;
}

table.tbl {
  margin:10px 0 10px 0;
  border-left:1px solid #999;
  border-top:1px solid #999;

}