/* CSS Document */
/*  
Print css to suppress search form, navigation at top and side
*/
body {
    background-color : #FFFFFF;
	font-size: small; 
	margin: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
td.sidemenu {
   display: none;
   visibility: hidden;
   width: 0px;
   height: 0px;
}
img.logo {
   display: none;
}
img.logo_print {
   display: none;
}
.breadcrumbs {
   display: none;
}
tr.navbar {
   display: none;
}
table.table_banner {
   width: 100%;
}
table.table_content {
   width: 100%;
}
table.table_footer {
   display: none;
}
div#float_right {
   display: none;
}
div.float_right_links {
   display: none;
}
a.footer {
   display: none;
}
.noprint {
   display: none;
}
.hide_handheld {
   display: none;
}
div.banner {
   border-bottom: 0px solid #FBA91C;
   margin-bottom: 0px;
   margin-top: 0px;
   height: auto;
}
div.breadcrumbs {
   display: none;
}

div.handheld_only {
   display: block;
}

