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

/* Styles available via Contribute editing mechanism */

/* HEADING ELEMENTS ----------------------------------------------------------- HEADING ELEMENTS */

h2 {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 2em;
	
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2em;	
	
	margin-left: 10px;
	margin-right: 10px;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;	
	
	margin-left: 10px;
	margin-right: 10px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;	
	
	margin-left: 10px;
	margin-right: 10px;
}

h6 {
	font-size: 0.75em;
	font-weight: bold;	
	
	margin-left: 10px;
	margin-right: 10px;
}


/* TEXT FORMATTING ------------------------------------------------------------- TEXT FORMATTING */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* DEFAULT TABLE STYLE ----------------------------------------------------- DEFAULT TABLE STYLE */

table.qut-table {
	position: relative;
}

.content p
{
	margin-left: 10px;
	margin-right: 10px;
}

.indented
{
	margin-left: 10px;
}

td{
	vertical-align: text-top;
}

table
{
	
}

#notes
{
	margin-left: 0px;
}