html, body {
	margin:0px;
	padding:0px;
}
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;
}
td.top {
        background-image: url(top.jpg);
	height: 165px;
 }
td.logo {
	width: 100%;
	text-align: right;
	padding-top: 30px;
	padding-right: 150px; 
}
td.topmenu {
      background-image: url(el1.jpg);
      background-color:#000000;
      height: 40px;
}
td.menuitem {
	vertical-align: middle;
	text-align: center;
	width: 16%;
         background-image: url(el2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
a.menu {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold italic ;
	font-size: 15px;
}
td.left {
        background-image: url(pic1.jpg);
      background-color:#000000;
      height: 19px;
}
td.right {
        background-image: url(pic2.jpg);
      background-color:#000000;
      height: 19px;
}
td.news {
	width: 28%;
}
td.tt {
	width: 5%;
}
td.text {
	width: 67%;
	height: 100%;
        
}
td.copyright {
}
td.bottommenu {
        background-image: url(pic3.jpg);
	background-color: #ffffff;
	height: 39px;

}
td.bottommenuitem {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

