/* 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: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  color: #333;
}

p, table, td {
  font-size: 12px;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #333;
}

table.tbl{
border-left:1px solid #ccc;
border-top:1px solid #ccc;
	background-color:#eee;
}

.tdwhite{
background-color:#fff;
color:#000;
font-size: 12px;
}

.tdblue{
background-color:#276696;
color:#fff;
font-weight: bold;
font-size: 13px;
}

.tbl td{
padding:0.3em;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.thblue{
background-color:#276696;
color:#fff;
font-weight: bold;
font-size: 13px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:left;
padding: 5px;
}

H2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 2em;
}

H3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2em;
}

H4 {
font-size: 13px;
font-weight: bold;
margin-top: 1em;
color: #276696;
}

.smltext {
  font-size: 11px;
}

.boldtxt{
font-weight:bold;
}
