﻿/* CSS Stylesheet entries to make searches printer friendly */
@media print {
.noprint {
	    display:none;
	}

a[href]:after {
    content: none !important;
  }


/*#page {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}*/


@page {
    width: 100%;
    margin: 0.5cm;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}


.fontSizeforInformation {
    text-align: left;
    font-size: 0.8em;
}

.h3Label { 
    display: block;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color:#4D4D4D;
}

.mainContentholder {
    text-align: left;
    font-size: 50em;
}



}