@media print {

    .LeftTd, .RightTd, .path, .top { 
	    display: none;
    }
    body {
	    margin: 0 0 0 1cm;
	    padding: 0;
	    min-height: 100%;
	    height: 100%;
	    background-color: #FFFFFF;
	    background-image: none !important;
    }
    html {
	    background-image: none !important;
    }

    .topPrint {
	    height: 102px !important;
	    display: block;
    }
    .bottomPrint {
	    display: block !important;
	    width: 600px;
	    padding-left: 20px;
    }

    A:link {
	color: #3973B2;
    }
    A:visited {
	color: #3973B2;
    }
    A:active {
	color: #3973B2;
	text-decoration: none;
    }
    A:hover {
	color: #000000;
	text-decoration: none;
    }

    .CenterTd {
	    background-color: #FFFFFF;
	    width: 600px;
	    padding-top: 25px;
	    padding-bottom: 15px;
    }

    .title {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #000000;
	    font-weight: bold;
	    text-align: left;
	    width: 600px;
	    padding-bottom: 15px !important; 
    }

    .cont {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #000000;
	    text-align: left;
	    width: 600px;
	    padding-bottom: 15px !important; 
	    line-height: 125% !important; 
    }
    .TableBorder {
	    border: none !important; 
    }

    hr {
	    padding-right: 0px !important;
	    padding-left: 20px;
	    border-top: 1px solid #777777;
	    border-right: none;
	    border-bottom: none;
	    border-left: none;
    }
    .copy2 {
	    font-family: Arial, Helvetica, sans-serif !important;
	    font-size: 10px !important;
	    padding-left: 0px; 
	    color: #000000;
	    vertical-align: top;
	    text-align: left;
	    float: left;
    }
    .printed {
	    font-family: Arial, Helvetica, sans-serif; !important;
	    font-size: 10px !important;
	    padding-right: 15px;
	    padding-left: 20px;
	    color: #000000;
	    vertical-align: top;
	    text-align: right;
	    float: right;
    }
    A:link {
	color: #000000;
	text-decoration: none;
    }
    A:visited {
	color: #000000;
	text-decoration: none;
    }
    A:active {
	color: #000000; 
	text-decoration: none;
    }
    A:hover {
	color: #000000;
	text-decoration: none;
    }

    #bottomImage, 
    #topImage {
	display: none;
    }

}

