/* 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 */

/* copied from screen.css */
h2 {	font-size: 120%; color: #6e6e6e; }
h3 {	font-size: 110%; }
h4 {	font-size: 100%; }
h5 {	font-size: 100%; }
h6 {	font-size: 100%; }

/* h2 {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 2em;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2em;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
}

h6 {
	font-size: 0.75em;
	font-weight: bold;
} */


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

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

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

/* table.qut-table {
	position: relative;
}*/

