/* CSS overides when printing a page .*/
body {
	background: #fff;
	color: #000;
	margin:1.25cm;
}
div#header {
  background-color: #fff;
  background-image: none;
}
#top_menu{
  display: none;
}

div#page {
  min-width:0;
  max-width:none;
  background: #fff;
	color: #000;
	border: none;
}
#top_menu{
  display: none;
}
ul#menu{ display:none; }

div#default{
  width: 95%;
}

div#footer{
  clear: left;
	background-color: #fff;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	color: #000;
	text-align: center;	
}

#footer a{ display: none; }

.noprint{
  display: none;
}

a, a:active ,a:hover, a:visited{
	color: #000;
	text-decoration:none;
}

form{
  display: none;
}
.sub_title {
  color: #000;
}
