<style media="screen" type="text/css">					
			/*NAVIGATION8/
					
						/* HOME */
			.menu {
						height: 17px;
						width: 28px;
			}
			.home	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						background: url(images/nav-homebar.gif) no-repeat;
						width: 28px;
						height: 17px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.home a {
						display: block;
						width: 28px;
						height: 17px;
						display: block;
						float: left;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.home a:hover {
						color: #ffffff;
			}
			

			.home img {width: 28px; height: 17px; border: 0; }
			* html a:hover {visibility:visible}
			.home a:hover img{visibility:hidden}
			
						/* FIRM */
						
			.menu {
						height: 17px;
						width: 43px;
			}
			.firm	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						background: url(images/nav-firmbar.gif) no-repeat;
						width: 43px;
						height: 17px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.firm a {
						display: block;
						width: 43px;
						height: 17px;
						display: block;
						float: left;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.firm a:hover {
						color: #ffffff;
			}
			

			.firm img {width: 43px; height: 17px; border: 0; }
			* html a:hover {visibility:visible}
			.firm a:hover img{visibility:hidden}

						/* PRACTICE */
						
			.menu {
						height: 17px;
						width: 79px;
			}
			.services	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						background: url(images/nav-servicesbar.gif) no-repeat;
						width: 79px;
						height: 17px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.services a {
						display: block;
						width: 79px;
						height: 17px;
						display: block;
						float: left;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.services a:hover {
						color: #ffffff;
			}
			

			.services img {width: 79px; height: 17px; border: 0; }
			* html a:hover {visibility:visible}
			.services a:hover img{visibility:hidden}
			
			
						/* CONTACT */
						
			.menu {
						height: 17px;
						width: 42px;
			}
			.contact	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						background: url(images/nav-contactbar.gif) no-repeat;
						width: 42px;
						height: 17px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.contact a {
						display: block;
						width: 42px;
						height: 17px;
						display: block;
						float: left;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.contact a:hover {
						color: #ffffff;
			}
			

			.contact img {width: 42px; height: 17px; border: 0; }
			* html a:hover {visibility:visible}
			.contact a:hover img{visibility:hidden}
			
			td#body {
					color: black;
					font: bold 16pt;
					text-align: center;
					}
					
			/*NAVIGATION ENDS*/

td#MS{
	color: black;
	font: 16pt serif;
	text-align: center;
}

td#body{
	font: 11pt Times, serif; 
	TEXT-ALIGN: left; 
	vertical-align: top; 
	padding-top: 25;
	padding-right: 15;
	padding-left: 10px;
}

td#form{
	font: 11px Verdana,arial,Helvetica,sans-serif; 
	TEXT-ALIGN: center; 
	vertical-align: bottom; 
}
td#comments{
	font: 11px Verdana,arial,Helvetica,sans-serif; 
	TEXT-ALIGN: left; 
	vertical-align: bottom; 
}
a { 
	text-decoration: none; 
}
a:link { 
	color: #000000;
	text-decoration: none; 