

.bodyTable {
	font: 83% Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	margin-right: 8px;
}
.bodyTdMainHead {
	color: #006633;
	border-bottom: 1px solid #006633;
	margin: 0;
	padding: 1px;
	font-weight: bold;
	font-size: 130%;}
/*
.bodyTdHead {
	margin: 0;
	padding: 3px;
	background-color: #EDEDED;
}
*/

.bodyTd {
	color: #003300;
/*	margin: 4; 
	padding: 4px; */
	font: 110%, Arial, Helvetica, sans-serif;
	line-height:135%;
	margin: 0px 8px 0px 10px;
	padding: 0px 8px 5px 0px;
}

.bodyTd a {
	color: #804000;
	text-decoration: none;
}
.bodyTd a:hover {
	color: #669966;
	text-decoration: none;
}
.bodyTd a:visited {
	color: #669966;
}

td ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:20px;	
}

td li{
	background-image: url(../images/template_arrow_sm.gif); 
/*	background-image: url(images/arrow.gif); */
	background-repeat: no-repeat;
	/* below, regarding bullet image: number on left controls left/right position | number on right controls height  */
	background-position: 18px 3px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 90%;
}

td ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

td ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

