
html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea {
	background-color: #a6a5a5;
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}
td {
	padding: 0px;
}


table.poln {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
table.main {
	width: 800px;
	height: 100%;
	border-collapse: collapse;

}
td.bord {
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}
td.shap
{
	width: 800px;
	height: 141px;	 
}

td.topmenu {
    width: 800px;
	height: 11px;
	background-image: url(images/sear.jpg);
}

td.text {
	width: 617px;
	height: 100%;
	background-color: #e9e9e9;
}
td.news {
	width: 183px;
	height: 100%;
	background-color: #d2d2d2;
}

table.newstable {
	width: 100%;
	height: 100%;
}
td.newsitem {
	border: 0px solid silver;
	padding: 10px;
	text-align: justify;
}
h2.hdr2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #e8481a;

}


a img {
  border: 0px; 
}

a:link {
color:#000000;
}
a:visited {
color:#661701;
}
a:hover {
color:#d68800;
text-decoration:none;
}


td.copyright {
    width: 800px;
	height: 30px;
    background-image: url(images/bott.jpg);
	vertical-align: middle;
	text-align: center;
	color: #000000;
	font-size: 10px;
}

