body {
	visibility:hidden;
}

.noprint {
  display: none;
  }
  
#print {
  width: 100%;
  font-size: 12px;
  visibility:visible;
  }  
  
#printlist {
  width: 100%;
  font-size: larger;
  visibility:visible;
  }

.menu {  display: none;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005991;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
}

h1, .title {
	color: #005991;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -20px;
}
h2, .description {
	color: #E9A528;
	font-size: 18px;
	font-weight: normal;
}

.news {  display: none;
}

.info {  display: none;
}