/* 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: arial, helvetica, verdana, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  color: #333;
}

p, table, th, td {
  font-size: 12px;
  font-weight: normal;
  font-family: arial, helvetica, verdana, sans-serif;
  color: #333;
}

H2 {
  font-size: 20px;
  border-bottom:solid 1px #CCCCCC;
  font-weight: normal;
  padding-bottom:10px;
  margin-top: 2em;
  line-height:25px;
}

H3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2em;
}

H4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
}

.smltext {
  font-size: 11px;
}
.page_title {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content {
	padding-top: 0; margin-top: 0;
	position: relative;
	top: -5px;
}