a {		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: blue }
a:hover {	text-decoration: underline;
			color: red;
			font-weight: none }
a:visited {	color: purple }

body {	
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		text-align: justify;
		color: #000000;
		background-attachment: fixed }

img {	margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-width: none;
		border-style: none }

pre {		font-family: Lucida Sans Unicode, Tahoma, Arial, Helvetica, sans-serif }
pre.reg {	font-family: Courier New, Courier, fixed-sys }

table {		font-size: 11pt }
table.center {	text-align: center }
span {		font-size: 11pt 
