body { 
	font-family: trebuchet ms, verdana, sans, sans-serif;
	font-size: 11px;
	line-height: 1.5em; 
	color: #333; 
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

p { 
	margin-top: 0px; 
}
	
 h3 { 
	font: bold 150% trebuchet ms, serif;
	letter-spacing: 1px; 
	margin: 10px 0px; 
	color: #000;
}
	
a:link  { 
	text-decoration: none;
	color: #071;
}
	
a:visited { 
	text-decoration: none;
	color: #071;
}
	
a:hover, a:active { 
	text-decoration: none;
	color: #FF0000;
}

div#container {
	position: relative;
	background: #FFFFFF;
	margin: 10px auto 10px auto;
	text-align: left;
	width: 700px;
	height: 500px;
}

div#supportingText	{
	padding: 10px 0 0 20px; 
	margin: 0px 300px 40px 0px;
}

div#supportingText h4 {
	font: bold 150% trebuchet ms, serif;
	letter-spacing: 1px; 
	margin: 10px 0px; 
	color: #071;
}

div#supportingText .tableMenu{
	margin: 015x 0px 15px 15px; 
	font-weight: bold;
	font-family: trebuchet ms, verdana, sans, sans-serif;
	line-height: 1.5em;
	color: #C00;
}

div#supportingText .bgcolorOne{
	background-color: #E8E8E8;
}

div#supportingText .bgcolorTwo{
	background-color: #C0C0C0;
}

