*{
	margin: 0;
	padding: 0;
}
a img, fieldset {border:0}
fieldset{display:inline}
* > fieldset{display: block}/* Non IE browsers */
.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
p{
	margin-bottom: 11px;
}
h1, h2, h3{
	font: normal bold 22px arial;
	color: #000;
	margin-bottom: 10px;
}
h2, h3{
	font-weight: bold;
	font-size: 14px;
}
h3{
	color: #666;
}
#header{
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}
#header p{
	font: 11px tahoma;
	text-align: right;
	margin-top: -18px;
	padding-bottom: 10px;
}
body{
	background: #fff;
	padding: 30px 20px 20px 20px;
	font: normal normal 14px/18px arial;
}
#footer{
	border-top: 1px solid #000;
	font: 11px tahoma;
	padding-top: 10px;
	margin-top: 20px;
}
#footer p{
	margin-bottom: 3px;
}
.info{
	font-size: 11px;
}
img.img {
	float: left;
	margin: 0 10px 10px 0;
}
ul{
	margin: 0 0 16px 30px;
}

@media screen {
	table.screen {
		display: block;
	}
}
@media print {
	table.screen {
		display: none;
	}
}
div.menu .buttons a {
	margin: 0 0 0 12px;
	padding: 0 0 0 16px;
	color: #878787;
	font: 10px tahoma;
	border: none;
	display: block;
	float: left;
	line-height: 11px;
	
}

div.menu .buttons a:hover {
	text-decoration: underline;
	color: #B60007;
}

div.menu .buttons .goback {
	background: transparent url(http://doc.osvita.ua/doc/i/bg_goback.gif) no-repeat scroll 0 1px;
}

div.menu .buttons .print {
	background: transparent url(http://doc.osvita.ua/doc/i/bg_print.gif) no-repeat scroll 0 1px;
}

