	body {  background: white;		background-image: none }	P {			font-family: arial, sans-serif;		font-size: 8pt;		font-weight:400;		color: rgb(64,64,64);		margin:20px		}			p.center {		text-align: center		}			P.warning {			font-size: 8pt;		text-align: center; 		color: red		}			P.small {			font-size: 7pt;		color: rgb(96,96,96)		}			P.large {			font-size: 10pt;		color: rgb(64,128,64) 		}	A:link {		font-family: arial, sans-serif;		font-size: 8pt; 		color: rgb(0,0,128) 		}	A:visited {		font-family: arial, sans-serif;		font-size: 8pt; 		color: rgb(96,96,128)		}	A:active {		font-family: arial, sans-serif;		font-size: 8pt; 		color: rgb(128,0,0) 		}	A:hover {		font-family: arial, sans-serif;		font-size: 8pt; 		background-color: rgb(255,255,216); 		color: rgb(128,0,0) 		}	A.hint:link {		font-size: 8pt;		text-decoration: none		}	A.hint:visited {		font-size: 8pt;		text-decoration: none		}	A.hint:active {		font-size: 8pt;		text-decoration: none		}	A.hint:hover {		font-size: 8pt;		text-decoration: none		}	A.warning:link {		font-size: 8pt;		color: rgb(160,0,0) 		}	A.warning:visited {		font-size: 8pt;		color: rgb(160,0,0) 		}	A.warning:active {		font-size: 8pt;		color: rgb(128,0,0) 		}	A.warning:hover {		font-size: 8pt;		background-color: rgb(255,255,216); 		color: rgb(128,0,0) 		}	H1 { 	clear: none;		font-family: arial, sans-serif;		font-size: 16pt;		font-weight: 700;		color: black;		margin: 20px		}					H2 {	clear: none;		font-family: arial, sans-serif;		font-size: 14pt;		font-weight: 700;		color: rgb(128,0,0);		margin: 20px;		margin-left:20px		}	H3 {	clear: none;		font-family: arial, sans-serif;		font-size: 12pt;		font-weight: 700;		color: rgb(128,0,0);		margin: 20px;		margin-left:40px		}	H4 {	clear: none;		font-family: arial, sans-serif;		font-size: 10pt;		font-weight: 700;		color: rgb(128,0,0);		margin: 20px;		margin-left:60px 		}	IMG {	margin-left: 20px;		margin-right: 20px;		margin-top: 20px;		margin-bottom: 20px		}			IMG.frame { 		align: center;		border-style: ridge;		border-color: gray;		border-width: 2px 		}	TABLE {		border-style: none;		cell-padding: 0px;		cell-spacing: 0px		}	TABLE.frame {		border-style: ridge;		border-color: gray 		}			TD {			font-family: arial, sans-serif;		font-size: 8pt;		color: rgb(64,64,64);		text-align: left;		vertical-align:top;		}