@charset "utf-8";
/* CSS Document */

body, html
  {
  margin: 0px; padding: 0px; background: #fff;
  height: 100%;
  }
body
  {
  background: #ffffff;
  font: 10pt Helvetica;
  color: #000;
  }
     
p, div, td, th, input, textarea, select
  {
  font: 10pt Helvetica;
  color: #000;
  }  

#main {
	height:80%;
	width:891px;
	margin-bottom:20px;
	text-align:left;
}
#foot {
	margin-bottom:15px;
}


h1
{
	color: #F4913A;
	font-family: Helvetica;
	font-size: 14pt;
	font-weight: bold;
}
table {
	width:890px;
}
table table {
	width:auto;
}
.blok {
	border-color:orange;
	border-style:solid;
	text-align:center;
}

.err {
	color:#F4913A;
	border-color:orange;
	border-style:solid;
}

td {
	width:auto;
}

th {
	font-weight:bold;
}

a,
a:link,
a:visited
  {
  color: #f4913a;
  text-decoration: underline; 
  }