@charset "iso-8859-2";

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  float: none;
  width: auto;
  text-align: left;
}
#wrapper {
  float: none;
  width: auto;
}
#wrapper #header {
  float: none;
  width: auto;
}
#tdeadline {
  float: none;
}
#tdeadline h5{
font-size: 12pt;
margin: 0;
padding: 8px;
}
#notice {
display: none;
}

#tdeadline table {
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
}

#header {
	display: none;

}
#nav {
display: none;
}
#footer {
display: none;
}
.noprint {
display: none;
}