@media screen {
   body { display: block; }
}

@media print { 
   body { display: none; }
} 




table{
	font-size: 8 pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 body,td {
	font-size: 11px;
	font-family: verdana;
	margin: 0 0 0 0;
}
 a {
        text-decoration: none;
        color: #215C94;
        font-family: Verdana;
        font-size: 8pt;
 }
 a:link {
        color: #215C94;
        text-decoration: none;
        font-family: Verdana;
        font-size: 8pt;
 }
 a:visited {
        color: #215C94;
        text-decoration: none;
        font-family: Verdana;
        font-size: 8pt;
 }
 a:hover {
        color: #0000A0;
        text-decoration: none;
        font-family: Verdana;
        font-size: 8pt;
 }
 .header{
        font-size:12px;
        font-weight:bold;
        color:black;
 }
 .ident{
        background: url(img/ident_2.gif) no-repeat;
        padding-left: 15px;
 }
 .delitel{
        font-size:4pt;
 }
 .visited{
        color: #0000A0;
        text-decoration: none;
        font-family: Verdana;
        font-size: 8pt;
        font-weight:bold;
        background: url(img/ident_2.jpg) no-repeat;
        padding-left: 15px;
 }
 
.back_lines{
	background-image: url(img/back_line.gif);
	color:white;
	height: 25px;
}

.menu{
	background: url(img/menu.gif) no-repeat;
	color:white;
	height: 20 px;
	width: 250 px;
}
.icon{
	background: url (img/favicon.ico) no-repeat;
}