html, body {
	margin:0px;
	padding:0px;
    background-color: #9D9DA1;
}
body, input, select, textarea {
	<!––background-color: #ffffff;––!>   
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-style: none;
	text-align: center;
}
td.top {
	height: 100px;
	vertical-align: middle;
}
td.logo {
	width: 100%;
	text-align: right;
	padding-top: 35px;
	padding-right: 55px;
}
td.search {
    height: 24px; 
}
td.topmenu {
	background-image: url(img/menu6.jpg);
	height: 20px; 
}
td.news {
	width: 30%;
}
td.text {
	width: 100%;
	height: 100%;
}
td.copyright {
  	background-image: url(img/menu5.jpg);
	height: 32px;
}

td.reddot {
    background-image: url(img/reddot.gif);
    width: 1px;
	height: 1px;
}
td.margin {
    width: 60px;
	<!––padding-right: 25px;--!>
}
td.menuitem {
	vertical-align: middle;
	text-align: center;
	width: 10%;
	background-image: url(img/menuitem_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
a.menu {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menu_check {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
td.cprghtitem {
	vertical-align: middle;
	text-align: center;
	background-image: url(img/menuitem_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #ffffff;
}
table.table1 {
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-style: none;

}

td.bottommenu {
	background-image: url(bottom_bg.jpg);
	background-color: #9D9DA1; /*#ff8e51;*/
	height: 60px;
}
td.btmenuitem {
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	padding-right: 70px;
}

