body {
	margin: 0;
 	padding: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E2F1E4;
	font-size: 12px;
}

table.main {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	
}

table.header {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFFFFF;
	
}

table.menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	/*border-bottom: 1px solid #28661D;*/
	background-color: #FFFFFF;
}

table.inner{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFFFFF;
	}

td.top
{
  background-image: url('images/top.gif');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #FFFFFF;

 }
 
td.topright
{
  background-image: url('images/topright.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFFFFF;
  height:124px
 }

td.topleft
{
  background-image: url('images/topleft.gif');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFFFFF;
  height:124px
 } 

td.left {
  background-image: url('images/left.gif');
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #FFFFFF;
  
 }
 
 td.right {
  background-image: url('images/right.gif');
  background-repeat: repeat-y;
  background-position: right top;
  background-color: #FFFFFF;
  
 }
 
td.botleft
{
  background-image: url('images/bottomleft.gif');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFFFFF;
  height: 124px;
 }

td.botright
{
  background-image: url('images/bottomright.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFFFFF;
  height: 124px;
 }
 
 td.bottom
{
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-left: 10px;

 } 
th {
	font-weight: normal;
}


table.footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFFFFF;
	
}

td.menu
{
	padding-top: 50px;
}

td.inner
{
	height: 500px;
	padding: 40px 30px 30px 30px !important;
	padding: 50px 30px 30px 30px;
	background-image: url('ifmages/mainbg.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1 {
	font-size: 11pt;
	color: #28661d;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #28661d;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

