
#menu {
	width: 150px;
		}
	
#menu  a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 40px;
	text-decoration: none;
	}
	
#menu  a:link, #menu  a:visited {
	color: #fff;
	display: block;
	background: url(images/m1.gif);
	padding: 10px 0px 0px 48px;
	}
	
#menu  a:hover {
	color: #fff;
	background: url(images/m2.gif);
	padding: 10px 0px 0px 48px;
	}
	
#menu  a:active {
	color: #fff;
	background: url(images/m3.gif);
	padding: 10px 0px 0px 48px;
	}	
	
.bodyText {
	font:11px Trebuchet MS, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
td {
	font:11px Trebuchet MS, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	text-decoration: none;
	}
	
body {
	margin-top: 0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	}