<!--

/* University of South Australia Library Stylesheet */
/* Copyright, University of South Australia 2004 */

/* ****************** Content Style *************** */

body {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	background-color: #9994B5
}

p {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	background-color: #9994B5
}

li {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	background-color: #9994B5
}

ul {
	list-style-image: url('../images/flcbul.gif');
	/* list-style-position: outside; */
	background-color: #9994B5
}

ol {
	color: #003366;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	list-style-type: decimal;
	background-color: #9994B5
}

h1 {
	color: #666666;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	text-shadow: 1px 1px black;
	background-color: #9994B5
}

h2 {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12pt;
	background-color: #9994B5
}

h3 {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12pt;
	background-color: #9994B5
}

h4 {
	color: #cc3300;
	font-weight: bold;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12pt;
	background-color: #9994B5
}

h5 {
	color: #003366;
	font-weight: bold;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	background-color: #9994B5
}

h6 {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12pt;
	background-color: #9994B5
}

small, sub, sup {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	background-color: #9994B5
}

td {
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	background-color: #9994B5
}

hr {
	color: #cc3300;
	text-align: left;
	width: 640px;
	height: 1px;
	background-color: #ffffff
}

hr.blue {
	color: #003366;
	text-align: left;
	width: 640px;
	height: 1px;
	background-color: #ffffff
}

a:link {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	background-color: #9994B5
}

a:visited {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	background-color: #9994B5
}

a:active {
	color: #FFCC00;
	text-decoration: none;
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	background-color: #9994B5
}

a:hover {
	color: #cc3300;
	text-decoration: none;
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	background-color: #CCCCCC
}

/* ****************** Header Style *************** */

input {
	padding: 0px;
	margin: 0px;
	font-size: 9pt
}

input.medium {
	width: 120px;
	height: 18px
}

input.button {
	cursor: hand;
	font-family: Arial, sans-serif, Helvetica;
	background: #cc3300;
	color: #ffffff;
	height: 1.4em;
	font-weight: bold;
	font-size: 9pt;
	padding: 0px 2px;
	margin: 0px;
	border: 0px none #000000
}

/* ****************** Footer Style *************** */

small.footer {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7pt;
	background-color: #ffffff
}

a:link.footer {
	color: #003366;
	text-decoration: underline;
	cursor: hand;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7pt;
	background-color: #ffffff
}

a:visited.footer {
	color: #0099cc;
	text-decoration: underline;
	cursor: hand;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7pt;
	background-color: #ffffff

}

a:active.footer {
	color: #ffcc66;
	text-decoration: none;
	cursor: hand;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7pt;
	background-color: #ffffff
}

a:hover.footer {
	color: #cc3300;
	text-decoration: none;
	cursor: hand;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7pt;
	background-color: #ffffff
}

/* ****************** Print Style  ************** */

@media print {
	@page { margin: 10% }
	h1, h2, h3,
	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
	blockquote,
	pre { page-break-inside: avoid }
	ul, ol, dl {page-break-before: avoid }
}

/* ****************** Speech Style  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

-->
