/* CSS Document */
body {
	scrollbar-base-color:#5b2400; 
	scrollbar-arrow-color:#A09C8E; 
	scrollbar-track-color:#A09C8E;
}
	
a {
	color: #5b2400;
	text-decoration:none;
	font-size: 14px;
}
a:hover {
	color: #fc6923;
	text-decoration: none;
}

ul {
	list-style-image:url('../images/marker1.gif');
	line-height:20px;
}
ul ul { list-style-image: url('../images/marker2.gif'); line-height:20px 
}
