﻿@import url('../style.css') print;
@import url('layout.css') print;
@import url('custom.css') print;


/* Print Style Sheet */

.custom body { 
	background: white; 
	color: black; 
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	width: 100%;
	
 
	 }
	 
.custom p {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;

}

.custom #menu-top-menu { display:none; }
.custom #sidebars { display:none; }
.custom #sidebar_1 { display:none; }
.custom #footer_area.full_width, .custom  #footer { display:none; }
object, embed { display:none; }
.breadcrumbs { display:none; } 
.printfriendly { display:none;  }

.custom #header, #comments  { display:none; }

.custom #container {
	border-color:white;
	
}

.custom #content { 
	 display:block;  
     float:left; 
     color: #000000;  
     font-size:14pt;
     width: 100%;
	 margin: 10px auto;
	 border: 0px;

        
     }
     
/*
.custom #content{ 
	 display:block;
	 margin-left:0; 
     float:left; 
     width:auto; 
     color: #000000;  
     font-size:12pt;
     width: 70%;
	 margin: 10px auto;

  
      
     }
*/   
     
.custom h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
    page-break-inside:avoid; }
    
.custom h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }


.custom h1, h1 a {
	font-size: 16pt;
	font-weight: bold;
}
.custom h2, h2 a {
	font-size: 14pt;
	font-weight: bold;
}
.custom h3, h3 a {
	font-size: 12pt;
	font-weight: bold;
}
.custom h4, h4 a {
	font-size: 10pt;
	font-weight: bold;
}


table.black-border {
    border:solid #000 !important;
    border-width:1px 1px 1px 1px !important;
    width:100%;
    
}

table.black-border th, td {
    border:solid #000 !important;
    border-width:1px 1px 1px 1px !important;
    font-size: 12pt;
}

table.black-border tr {
	line-height:200%;
}


/* Page Breaks - don't break the table. */
.custom blockquote, table, pre { page-break-inside:avoid }

.right { float: right; }
.left { float: left }

