/************************************************************************************************************************************************
Print Styles
************************************************************************************************************************************************/
body { 
	margin: 0 !important;
	padding:0 !important;
	width: 100% !important;
	line-height: 1.4;
	background: none;
	color: #000;
	font-family: Garamond, "Times New Roman", serif;  
	font-size: 12pt;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
}

a:link, a:visited { 
	color:#333;
	font-weight: 700; 
	text-decoration: underline; 
}

a img { border: none; }

code { font: 10pt Courier, monospace; } 

blockquote { 
	margin: 1.3em; 
	padding: 1em;  
	font-size: 10pt; 
}

hr { background-color: #ccc; }

/************************************************************************************************************************************************
Headings
************************************************************************************************************************************************/
h1, h2 ,h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size: 17pt; }
h3 { font-size: 15pt; }
h4, h5, h6 { font-size: 12pt; }

/* Branding Logo */
#branding img  { 
	width: 100%; 
	height: auto;
}

/************************************************************************************************************************************************
Table
************************************************************************************************************************************************/	
table {
	margin: 1px; 
	text-align: left; 
}
	caption { 
		margin-bottom:2em; 
		background: #fff; 
		text-align:left; 
	}
	thead {display: table-header-group; }
	tr { page-break-inside: avoid; } 
	th { 
		border-bottom: 1px solid #333;  
		font-weight: bold; 
	}
	td { border-bottom: 1px solid #333; }
	th, td { padding: 4px 10px 4px 0; }
	tfoot { font-style: italic; }
	
/************************************************************************************************************************************************
Hidden Elements
************************************************************************************************************************************************/	
#menu-index, #menu-primary, .support, .user-information, #site-information { display: none; }
