/* basics----------------------------------------------- */body {	font-family: Lucida Grande, arial, helvetica, sans-serif;	margin: 0px;	padding: 0px;	background: #4c85c5;	}p {	font-size: 0.9em;	margin: 0px;	line-height: 22px;	}	td {	font-size: 0.95em;	margin: 0px;	line-height: 22px;	}#content li {	font-size: 0.9em;	}.center {	text-align: center;	}a, a:link, a:visited {	text-decoration: none;	}	.clear{	clear: both;	}	img {	border: none;	}h1 {	color: #333;	}h2 {	color: #4c85c5;	}	.summary {	text-align: left;	margin: 0px 0px 12px 15px;	}hr {	color: #4c85c5;	background-color: #4c85c5;	height: 3px;	}