/* - PRINT Stylesheet - University of Tasmania */
/* - ver 1 : X Feb 05 */

/* -------------------------------- Global CSS Styles ----------------------------------------- */
body {
	font-size: 80%;
	margin: 0px 6px 2px 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-size: 135%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4
{
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	margin-top: 5px;
	margin-bottom:10px;
}
li {
	color: #000000;
	font-size: 100%;
	margin-left: -20px;
	margin-bottom: 2px;
	list-style-image: url("../images/template/arrowred.gif");
}
ol li { 
	list-style-image: none; 
} 
a:link {
	color: #CF0000;
}
a:visited {
	color: #666666;
}
/* -------------------------------- Main Content Box Class ----------------------------------------- */
.contentbox {
	color: #000000;
	font-size: 100%;
	margin-top: 5px;
}
.contentbox h1 {
	font-family: "TheMix B7 Bold", Arial, Verdana, Helvetica, sans-serif;
}
/* -------------------------------- primary_box Class ----------------------------------------- */

.primary_box {
	color: #000000;
	font-size: 100%;
	text-decoration:none;
	border: medium solid #A0BACB;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.primary_box h1 {
	font-size: 130%;
	font-weight: bold;
}
.primary_box h2 {
	font-size: 120%;
	font-weight: bold;
}
.primary_box h3 {
	color: #CF0000;
	font-size: 110%;
	padding-left: 3px;
}
.primary_box li {
	font-size: 100%;
	margin-left: -20px;
	margin-bottom: 2px;
	list-style-image:  url("../images/template/arrowred.gif");
}
.primary_box a:link {
	text-decoration:none;
	color: #CF0000;
}

/* -------------------------------- secondary_box Class ----------------------------------------- */

.secondary_box {
	text-decoration: none;
	color: #000000;
	font-size: 100%;
	border: medium solid #A0BACB;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.secondary_box h1 {
	font-size: 120%;
	font-weight:normal;
}
.secondary_box h1 strong {
	font-weight: bolder;
}
.secondary_box h2 {
	font-size: 120%;
	font-weight: 700;
}
.secondary_box h3 {
	font-size: 110%;
	font-weight:900;
}
.secondary_box h4 {
	font-size: 100%;
	font-weight:900;
}
.secondary_box h5 {
	font-size: 100%;
}
.secondary_box li {
	list-style-image:  url("../images/template/arrowblue.gif");
	margin-left: -14px;
}

.secondary_box a:link {
	text-decoration:none;	
	color: #114B6F;
}
.secondary_boxTitleBG {
	background-color: #FFFFFF;
}
/* -------------------------------- Larger font size ----------------------------------------- */

.LargerFont {
	font-size: 110%;
}

/* -------------------------------- Smaller font size ----------------------------------------- */

.SmallerFont {
	font-size: 85%;
}

/* -------------------------------- SpacedListItem Class (li Specific) ----------------------------------------- */

li.SpacedListItem{
	margin-bottom:5px;
}

/* -------------------------------- RedMenu Class ----------------------------------------- */
.menuBG {
	display: none;
}
/* -------------------------------- Footer Class ----------------------------------------- */

.footer {
	display:none;
}

/* -------------------------------- Cornering Classes ----------------------------------------- */
td.cornertopleft {
	background-color:#FFFFFF;
}
td.cornertopleft img
{
	display: none;
}
td.cornertopright
{
	background-color:#FFFFFF;
}
td.cornertopright img
{
	display: none;
}
td.cornerbottomleft
{
	background-color:#FFFFFF;
}
td.cornerbottomleft img
{
	display: none;
}
td.cornerbottomright
{
	background-color:#FFFFFF;
}

td.cornerbottomright img
{
	display: none;
}
/* Print Classes */
.NoPrint {
	display: none;
}
.NoScreen {
	margin-top: .2cm;
	margin-bottom: .5cm;
}
td.PrintTitleUnderline {
	border-bottom: medium solid #333333;
	margin-bottom: 5px;
}.content_padding 
{
	padding-right:6px;
}