/* 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, th, td {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	text-align: left;
}

H2 {
	font-size: 18px;
	font-weight: lighter;
	margin-top: 1em;
}

H3 {
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 5px;
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 2px;
	margin-top: 1em;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding:0;
	font-weight: normal;
}

h4 {
	margin-top: 10px; 
	margin-bottom: 5px;
	font-weight:bold;
	margin-left: 0;
	padding:0;
	font-size:12px;
}

.smltext {
  font-size: 11px;
}

li {
	padding-top: 5px; 

}

a {
	color:#005389;
	text-decoration:underline;
	outline: none;
}

a img {
    border:none;
 }

a:hover {
	color:#005389;
	text-decoration:none;
}

ol {
	list-style-type:decimal;
}

