
body
{
  background: white;
  font-size: 10pt;
  height: 100%;
}

* { 
  overflow: visible !important; 
  position: relative !important;
  float: none !important;
}

a:link, a:visited 
{
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

.global_header_box
{
  background: white;
}
.global_page_box
{
  height: 100%;
  float: none !important;
}

.global_header_logo
{
  background: white;
  position: relative;
  top: 0px;
  left: 0px;
  float: none !important;
}

.global_header_nav, 
.global_breadcrumbs,
.homepage_samuel_link,
.homepage_button_box,
.homepage_feature_link,
.global_footer_nav,
.global_navigation_bar,
.global_yellow_bar,
.page_nav_links,
.page_account_links
{
  display: none;
}

.global_footer_box img
{
  display: none;
}


.homepage_news
{
  width: 100%;
}

.global_footer_box
{
  position: relative;
  top: -5px;
  height: 15px;
  font-size: 10pt;
}

.page_account_title 
{
  position: relative;
  top: 0px;
  left: 3px;
}

.page_content
{
  border-top:0px;
  height: 100%;
  float: none !important;
}

.report_print {
        font-family: "Times New Roman", Times, serif;
        font-size: 10px;
	div#header{display:none;}
	div#footer{display:none;}
}

