/***********************************************/
/* RBA print styles                            */
/***********************************************/ 
body
{
	line-height: 1.3;
	background: transparent;
	background-image: none;
}
a, a:link, a:visited, a:hover
{
	color: Black;
	text-decoration: none;
}
h1
{
	font-size: 14pt;
	border-bottom: 1pt solid black;
}
h2
{
	font-size: 11pt;
}
#mainWrapper
{
	width: auto;
	overflow: visible;
}
#masthead
{
	border: 0px;
	margin: 0px;
	background-image: none;
	width: 195px;
	margin-left: auto;
	margin-top: -50px;
}
#masthead a:link, #masthead a:visited, #masthead img
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#masthead img.slogan
{
	display: none;
}
#navBar
{
	display: none;
}
#localNavBar{
	display: none;
}
#content
{
	width: auto;
	margin: 0px;
	border: 0px;
	font-size: 9pt;
	background-color: transparent;
	float: none !important;
	text-align: justify;
}
#contentMargin
{
	margin: 0pt;
}
#content span.update
{
	float: right;
}
#content span.print
{
	display: none;
}
#content span.totop
{
	display: none;
}
#footer
{
	border: 0px;
	border-top: 1px solid black;
	margin: 0px;
	width: auto;
}
#footer #font_resize, #footer #infobox
{
	display: none;
}
#footer #copyright
{
	float: none;
	display: block;
	text-align: center;
	width: auto;
}

