body { 
	background: #fff; 
	margin:0 auto; 
	padding:0px; 
	font: normal 12px arial; 
	color: #000; 
}
img { 
	border: 0px; 
}
a:link, a:visited { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover, a:active { 
	color: #000033; 
	text-decoration: underline; 
	font-weight: bold;
}
ul {
	margin: 10px 10px 0 10px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 7px 0px 7px 11px;
	list-style-type: none;
	background: url('/graphics/arrow.gif') no-repeat;
	background-position: 0px 11px;
}