body {
  background: #fff0d5;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

table {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}

table.footer_tbl
{
   margin-top: 3px;
   background: #f6dcce;
   border: 1px solid #ab8c5f;
   width: 100%;
}

table.footer_tbl td
{
    padding-right: 5px;
    padding-top: 3px;    
    padding-bottom:1px;    
    white-space: nowrap;
}

table.menu_tbl
{
   margin-bottom: 3px;
   background: #f6dcce;
   border: 1px solid #ab8c5f;
   width: 100%;
}

table.menu_tbl td
{
	font-size: 13px;
	height: 19px;
	font-weight: bold;
    text-align: center;
	border-right:1px solid #ab8c5f;
    padding-bottom: 1px;
    cursor: pointer;
   /* cursor: hand;*/
    white-space: nowrap;
	color: #555;
	background: transparent;
}

table.menu_tbl  td.menu_link 
{
}

table.menu_tbl  td.menu_link_hover 
{
	color: #ffffff;
	background: #e19f7c;
}

table.menu_tbl  td.actual 
{
    color: #ffffff;
    background: #c87c19;
    cursor: auto;
}

table.main {
  background:#fef1e0;
  border:1px solid #ab8c5f;
  height:100%;
  width:100%;
}

table.main td.main 
{
  padding-top:15px;
  padding-left:15px;
  padding-right:10px;
  padding-bottom :0px;
}

table.main td.sample
{
  padding-top:0px;
  padding-left:15px;
  padding-right:10px;
  padding-bottom :0px;
}

td.logo_td
{
  padding-bottom : 2%;
}

menu.services 
{
  list-style-type: square;
  color: #000000;
  padding: 2px 17px;
}

img.test
{
 border: 0;
 width: 44px;
 height: 16px;
}
