/* 
 * Main body and table defenitions
 */
body {
	background: #2E7D26;	
}

/* 
 * Table and td defenitions
 */
table.structure {
  background: #2E7D26;
}
 
td.structure {
  background: #2E7D26;
}

td.structure-header {
  background: #2E7D26;
}

td.structure-back {
  background: #2E7D26;
}

td.structure-left {
  background: #2E7D26 url(../../images/back01_left.gif);
}

td.structure-right {
  background: #2E7D26 url(../../images/back01_right.gif);
}

td.structure-menu {
  background: #2E7D26;
}

td.menu-left   { 
  background:#2E7D26 url(../../images/menu01_left.gif); 
}

td.menu-content { 
  background:#2E7D26 url(../../images/menu01_back.gif); 
}

td.menu-right  { 
  background:#2E7D26 url(../../images/menu01_left.gif); 
}

td.module-header, td.structure-rightmenu, td.structure-rightmenu-padding { 
  background:#BFE1B3; 
}

td.module-content, td.structure-content { 
  background:#F0FAED;
}

td.module-footer { 
  background:#F0FAED;
}

