body{
	margin:0;
	color:  #000;
	padding:0;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 11px;
	font-family: arial, sans-serif;
	background-color: #D38F2E
}

b{font-size: 110%;}

a {
	color: #D38F2E;
	text-decoration : none;

}
 a:hover {
	text-decoration : underline;
}

ul {
	list-style-position : inside;
	word-spacing : normal;
	display : block;
	text-indent : 0px;
	color : #333333;
	display : block;
	font-size: 12px;
	text-align: top;
	list-style-image : url('images/bullet.gif');
}
li {
	margin-right: 100px;	
	line-height: 20px;
	vertical-align: top;

}


 