/*header settings*/
*.print{
	visibility:visible;
	}
*.screen{
	visibility:hidden;
	}
a.top{
	font-family:Arial Rounded MT Bold;
	font-size:14pt;
	font-weight: bold;
	color:#000000;
	}
a.top:hover{
	color:#FF9C6C;
	}
td.logo{
	 width:422px;
	 height:160px;
	 background-image:url('/images/1024.gif');
	}
td.topnav{
	width:25%; 
	height:37px; 
	text-align:center;
	background-color:#FF4A00;
	}
td.topspace{
	width:100%; 
	height:123px;
	}
img.logoprint{
	border:0px;
	 width:225px;
	/*height:100%;*/
	}
/*content*/
*.hide{
visibility: hidden;
display: none;
}
*.show{
visibility: visible;
display: default;
}