/* Created by design.bg studios. Source code in this website is property of design.bg. */
.no_print {
	display: none;
}
.print {
	display: block;
}
body {
   background: white;
   font-size: 11pt;
}
a img {
	border: 0;
}
a:link, 
a:visited {
   color: #009;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
.footer {
	clear: both;
	pading-top: 1em;
	margin-top: 1em;
	border-top: 2px solid #ccc;
}