body {
  background-image: url(layout/pagebg.gif);
  background-position:left;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-color: #E0E0E0;
  margin: 0px 0px 0px 0px;
}

body, td, th {
	font-family: "Verdana", "Arial", sans-serif; font-size: 10pt;
}

h2 {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 30pt;
	color: #2E5E1E;
	font-weight: bold
}

strong {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2E5E1E;
}

a {
	color: #2E5E1E;
	text-decoration: underline;
}

a:hover {
	color: #2E5E1E; text-decoration: none;
}
.menu  {
	color: #2E5E1E;
	text-decoration: none;
	font-size: 11pt;
}
.footer  {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
}
