html {
  margin: 0px;
  padding: 0px;
  background-color: White;
}
body {
  font-size: 12px;
  text-align: center;
  margin: 0px;
  font-family: Verdana, Geneva, Helvetica, sans-serif, Georgia, Arial;
  color: Gray;
}
img {
margin:0px;
border:0px;
padding:0px;
valign:baseline;
}
a{
		font-weight: bold;
}
a:hover{
	color: Black;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#main {
	text-align: justify;
	vertical-align: middle;
	width: 660px;
	min-height: 100%;
	margin: auto;
	position: relative;
	height: auto;
	padding: 10px 70px 10px 70px;
	background-image: url(../images/bi.gif);
}
.top {
	width: 800px;
	background-image: url(../images/bi_top.gif);
	margin: auto;
	background-repeat: repeat-x;
	position: relative;
} 
.content {
	padding: 0px 20px 0px 20px;
	text-align: justify;
	margin-bottom: 40px;
}
.logo {
	padding: 10px 20px 0px 20px;
}
.paticka {
	border-top: 1px;
	border-top-color: Silver;
	border-top-style: solid;
	height: auto;
	padding: 10px 0px 0px 0px;
	color: #BDBDBD;
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
}
.paticka2 {
	width: 800px;
	height: 5Opx;
	background-image: url(../images/bi_paticka.gif);
	margin: auto;
	background-repeat: repeat-x;
}
.clear {
 clear: both; font-size: 0; line-height: 0;
 }
.center {
text-align: center;
}
table {
	width: 100%;
	border: solid gray 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	  font-family: Verdana, Geneva, Helvetica, sans-serif, Georgia, Arial;
}
td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.menu a{
	color: Silver;
	text-decoration: none;
}
.menu a:hover{
   color: White;
	border-bottom: White 5px solid;
	}
.menu a.selected{
	color: White;
	border-bottom: White 5px solid;
	}
.menu li {
	display: inline;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
.menu ul {
 padding: 0px;
 margin: 0px;
 list-style: none;
}
.menu {
color: white;
font-weight: bold;
background-color: Black;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
