/*------------------------------------------------------------------------------
  Theme created by Oleg Stepura for http://duma.kaliningrad.org/
  License http://creativecommons.org/licenses/LGPL/2.1/
  All questions and feedback at http://www.cdstudio.org/
  Printing stylesheet
------------------------------------------------------------------------------*/

@import url(layout.css);

body,
body table, 
body .wrapper,
body .wrapper-inside,
body .content {
	color:#000;
	color:#000;
	background-color:#fff; 
	font-family:"Times New Roman", Times, serif;
	width:100%;
	font-size:11pt;
	margin:0;
	}
body h1 {
	font-size:16pt;
	}
body h2 {
	font-size:14pt;
	}
body h3 { 
	font-size:13pt;
	}
body h4,
body table th { 
	font-size:12pt;
	}
body h5 {
	font-size:11pt;
	}
body h6 {
	font-size:10pt;
	}
body small {
	font-size:10pt;
	}
body .header,
body .rail,
body .footer,
body .fontsize,
body .no-print {
	display:none;
	}
body a {
	border-bottom:1px solid grey;
	}
body a:after {
        content:' [' attr(href) ']';
	}