/* basics----------------------------------------------- */body {	font-family: arial, helvetica, sans-serif;	margin: 0px;	padding: 0px;	background: #ffffff;	font-size: 1em;	}	p {	font-size: 0.8em;	}	table {	font-size: 1em;	}table.border {	border-collapse:collapse;	}.center {	text-align: center;	}a, a:link, a:visited {	text-decoration: none;	color: #355C86;	}li {font-size: 12px;	}a:hover {	text-decoration: underline;	}.none {	text-decoration: none;	color: white;	border: none;	}.blue {	color: #0a50a1;	}.red {	color: #990f07;	}	.shade {	background-color: #DDD;	}h1 {	font-size: 1.4em;	font-family: arial, helvetica, sans-serif;	font-weight: bold;	margin: 10px;	}	h2 {	font-size: 1.2em;	font-family: serif;	margin: 10px;	}h3 {	font-size: 0.8em;	font-family: arial, helvetica, sans-serif;	font-style: italic;	}.box {	background-image: url(../images/header_box.gif);	border: 1px solid #C0C0C0;	padding: 3px;	}	.indent {	margin-left: 30px;	margin-right: 30px;	}.center {	text-align: center;	}.clear {	clear: both;	}	img {	border: none;	}
