﻿/*************************************************************************
*   css for print
*************************************************************************/

body {
	margin: .1in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

table#mainTable {background: none}

td.leftMenu, td.headerRow	{display: none;}

#container {
	width: auto;
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: Black;
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
}
#header, #nav, img, span.PrinterFriendlyLink {
	display: none;
}
a {color: #000;}

table.certBodies {
    padding: 0;
    margin: 0;
    font-size: 11pt;
    width: 100%;
}
table.certBodies td {
    padding: 0;
    margin: 0;
    font-size: 11pt;
    /*page-break-after: always;*/
    page-break-inside: avoid;
}

/* in Firefox the margin and/or the font-size messes up/truncates data for printing */

table.CertBodiesTable td {padding: 0; margin: 0; font-size: 11pt; color: Black;}
table.CertBodiesTable td h2 {padding: 20px 0 0 0; font-size: 11pt; color: Black;}
table.CertBodiesTable td h3 {font-size: 10pt;}
table.CertBodiesTable td p {font-size: 10pt;}
table.CertBodiesTable td p.CertBodiesContactInfo {font-size: 10pt;}

table.CertBodiesTableBreak {page-break-after: always;}

table.CertBodiesTableOneContactPerLine {margin-bottom: .3in;}
table.CertBodiesTableOneContactPerLine td {padding: 0; margin: 0; font-size: 12pt; color: Black;}
table.CertBodiesTableOneContactPerLine td h2 {font-size: 15pt; color: Black;}
table.CertBodiesTableOneContactPerLine td h3 {font-size: 13pt; color: Black;}
table.CertBodiesTableOneContactPerLine td p {font-size: 12pt; color: Black; font-size: 11pt;}
table.CertBodiesTableOneContactPerLine td p.CertBodiesContactInfo {padding: 16pt 0 0 0; margin: 0 0 0 0; font-size: 11pt;}

div.break {page-break-after: always}

h1.CertBodies, table.TerminatedImages, div#AlphabetList {display: none;}