body
  {
  padding: 0;
  margin: 0;

  background-color: #fefdfc;
  background-image: url('img/main-bg.gif');
  }

.headerContainer
  {
  height: 130px;
  background-image: url('img/header-bg.gif');
  background-repeat: repeat-x;
  }
.mainContainer
  {
  background-image: url('img/text-bg.gif');
  background-repeat: repeat-x;
  /*background-position: center;*/
  }
 
 td, p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	line-height: 16px;
	color: #555555;
}
.Head {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold; 
	text-decoration: none;
	color: #00471D;
}

.Menu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
	color: #00471D;
}
/*.Menu:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
	color: #107539;
}*/
a {
	color: #00471D;
	text-decoration: underline;
}
a:hover {
	color: #00471D;
	text-decoration: none;
}