/* 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 */

h1 {
	text-align: left;	
}

h2 {
	text-align: left;
	font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;	
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: 1px;
	/*margin: 1px 0 0.3em 0;*/
	/*margin: 40px;*/
	padding: 1px;
}

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;
}
a.feed p{
	margin-top:0px;
	width:95px;
	border:none;
	text-align:center;
}

.importSign
{
	width: 300px;
	float: right;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.importSign h4
{
	background-color: #ccc;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing: 2px;
	color: black;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
}

.importSign p
{
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}




