/* QUT template - common stylesheet (contains styles available to page editors) */
/* Should be used in conjunction with corpstyle and branch stylesheets */
/* Copyright QUT 2006 */
/* Version 3.1 */

/* Styles available via Contribute editing mechanism */

body {
  background-color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  color: #333;
}

p, table, th, td {
  font-size: 13px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  color: #333;
}

H2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 2em;
}

H3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 2em;
}

.smltext {
  font-size: 12px;
}

.toplink{
  font-size: 10px;
  font-family: arial, helvetica, sans-serif;
  textalign: right;
}
sup{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
  
}
.reviewtbl{
	 border-style:ridge; 
	 border-width: 5px;
	 border-color: #991133;
	 width: 90%;
	 }

.reviewtxt{
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	 }	 

