html, body, form {margin : 0;}

body, tr, td 
{
	font-size : 9pt;
	font-family : Verdana, Arial, Sans-Serif;
	color : Black;
}

#Header{border : solid 1px #000000; background-color : #efefef; padding : 5px;}
#Header_OrgTitle{font-size : 14pt; font-weight : bold;}
#Header_PageTitle{font-size : 12pt; font-weight : bold;}

#navcontainer{visibility: hidden; height : 0px;}
#navcontainer ul{visibility: hidden; line-height : 0px; border : Solid 1px Red;}
#navcontainer li{visibility: hidden; line-height : 0px; border : Solid 1px Red;}

#Footer{visibility: hidden;}

/* Class to hide things that should not print */
.noPrint{visibility: hidden; height : 0px; border : Solid 1px green; }