/* CSS Document designed for print layout */
/* This should re-define styles for print layout */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #007700;
}

.headerstrip {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	height: 120px;
	position: static;
}
.headerstrip a {
	color:#000000;
}
.headerstrip a:link,
.headerstrip a:visited,
.headerstrip a:hover,
.headerstrip a:focus,
.headerstrip a:active
{
	color:#000000;
}

.maincontent {
	margin: 0px;
	padding: 0px;
	width: auto;
	position:static;
	top: 0px;
}

.mainwindow {
	width: auto;
	padding-left: 0px;
	border: 3px double #666666;
}


.navbar {
	display: none;
}



.windowtitle {
	position:static;
	float:none;
	top: 0px;
	left: 0px;
	width: auto;
	padding: 0;
	margin: 0px;
	color: #666666;
	overflow: auto;
	font-size:inherit;
}
.windowtitle h1 {
	font-size: 2em;
	font-weight:bold;
	padding-bottom:0.7em;
}
.windowtitle h2 {
	font-size: 1.75em;
	font-weight:bold;
	padding-bottom:0.7em;
}
.windowtitleappcolour {
	font-weight:normal;
	vertical-align:baseline;
	font-size: 0.6em;
	color: #666699;
}

.t {
	background: url() 0 0 no-repeat;
	margin: 0px;
	color: #000000;
	width: auto;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.b {background: url() 0 0 no-repeat;}
.l {background: url() 0 0 no-repeat;}
.r {background: url() 0 0 no-repeat;}
.bl {background: url() 0 0 no-repeat;}
.bll {background: url() 0 0 no-repeat;}
.br {background: url() 0 0 no-repeat;}
.tl {background: url() 0 0 no-repeat;}
.tr {
	background: url() 0 0 no-repeat;
	padding: 16px;
}

.mainwindow .tr {
	min-height: 600px;
}

.rightimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	float: right;
	width:auto;
	border: 3px double #666666;
}

#mainmovie {
	display:none;
}

#Copyright {
   width:auto;
   display:block;
   text-align:center;
}

