body {
    background: #fff;
    margin: 15px;
    font-family: 'Trebuchet MS', Arial, Verdana;
    text-align: center;
}
img {
    border: none;
}
table.main {
    text-align: center;
    margin: 0 auto;
    width: 771px;
}
table.sec {
    width: 771px;
}

#baner {
    background: #fff;
    width: 542px;
    height: 60px;
    padding: 0px;
    float: right;
    overflow: hidden;
}


            /* ======== M E N U ======== */
#menu {
	background: #efefef url("../graphics/menu.png") no-repeat;
    background-position: 188px;
	width: 542px;
	height: 23px;
    float: right;
    overflow: hidden;
    text-align: center;
	vertical-align: middle;
	}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#menu ul li {
	float: right;
	vertical-align: middle;
	}
#menu ul a:link, #menu ul a:visited {
	vertical-align: middle;
	text-decoration: none;
	font: normal 9pt 'Trebuchet MS', Arial, Verdana;
	color: #555;
	}
#menu ul a:hover, #menu ul a:active {
	color: #555;
	}
            /* ======== E N D  M E N U ======== */



td.upperline {
    height: 14px;
    background: #b3dd00;
    text-align: left;
    margin: 0;
    padding: 0 0 2px 40px;
}
div.upperlinetext {
    height: 12px;
    margin: -1px 0 0;
    font: bold 9pt 'Trebuchet MS', Arial, Verdana;
    text-transform: uppercase;
    color: #fff;
}
td.lowerline {
    background: #b3dd00;
    height: 5px;
}
td.footer {
    height: 10px;
    font-size: 9pt;
    text-align: center;
}
