body 
{
    width:100%;
    height  :100%;
	
	margin: 0;
	padding: 0;
	text-align:center;
	
	/* Ian - JUL21-09 */
	background-color:#dfdfdf;  
	/* background-color:#6B98E6;  */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	/* color: #66665E; */
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4B8749;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { color:blue; font-weight:bold;}

#MenuTable
{
   height:100%;
   width:480px;
   font-size:11pt;
   vertical-align:middle;
}


