﻿@media print 
{

body {
    background-color: #ffffff;
    border-right: none;
    color : #000000;
	}



#header	{
	height: 65px !important;
	}

#gnav ul li {
    display: none !important;
}


#sidebar {
    display: none !important;
}


a img {
    border:0px !important;
	}

a:link {
    color: #000055;
	}

a:visited {
    color: #000055;
	}

a:hover {
    color: #000055;
	}

a:active {
    color: #000055;
	}


}