#backdropa {
	display:none;
	}
#backdropb {
	display:none;
	}
#smcontrast {
	display:none;
	}
#smnormal {
	display:none;
	}
#info	{
	position:absolute;
	top:5px;
	left:315px;
	right:5px;
	}
#right	{
	float: right;
	}
#left	{
	float: left;
	}
#loc-frame {
	height:650px;
	width:600px;
	}
#toplogo {
	display:none;
	} /* This is where the main logo for all pages which rotates is hidden for the other logo to show through. */
#marker	{
	page-break-after:always;
	} /* This is the object which breaks the page where it needs to be so the forms print correctly. */
#pin	{
	width:550px;
	margin-left: auto;
	margin-right: auto;
	}
#left	{
	font-weight:bold;
	text-align:left;
	}
#right	{
	font-weight:bold;
	text-align:left;
	}
#h2red	{
	color:#AF152D;
	}
#body-1 {
	visibility:hidden;
	display:none;
	}
pre	{
	font-family:Tahoma,Helvetica;
	font-size: small;
	}
* html pre	{
	font-size: x-small;
	}
body	{
	background: white;
	font-size: 12pt;
	}
a:link { 
	color:darkblue;
	}
a:visited { 
	color:purple;
	}
a:active { 
	color:purple;
	}

/* These are a set of basic form specs which allow the form to be printed */
form.fancyform legend {
	padding: 0 2px;
	font-weight: bold;
	}
form.fancyform label {
	display: -moz-inline-box;
	_display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size:smaller;
	width: 120px;
	}
form.fancyform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.fancyform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}