/* CSS Document *//* ---------- BODY FORMAT ---------- */body {	background:		url(../graphics/csslayout/bg.jpg)		top left		no-repeat		#2586B0;	margin: 0px;}/* ---------- LISTS AND BULLETED ITEMS ---------- */.ulblue {	list-style-type: none;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 15px;}.liblue {	list-style-image: url(../graphics/csslayout/checkmarks.gif);	padding: 0px 0px 0px 0px;	margin: 0px 0px 2px 0px;	color: #144E75;	font-family: "Lucida Grande", Helvetica, Arial;	font-weight: bold;	font-size: 13px;	text-align: left;}/* ---------- OTHER ---------- */img {	border: 0;}