body {
  background: white;
	font-family: Arial, Helvetia, sans-serif;
  font-size: 11pt
  }
	
img {
	margin:0 4px 4px 0;
	}

ul {
	list-style-position: inside;
	margin-left: 15px;
	padding-left: 15px;
	}

ol {
	list-style-position: inside;
	margin-left: 15px;
	padding-left: 15px;
	}

table {
	border: 2px solid;
	border-collapse: collapse;
	margin: 5px 0;
	font-size: 10pt;
	}

th {
  text-align: center;
	font-weight: bold;
	border: 1px solid;
	}

td {
	border: 1px solid;
  text-align: center;
	}

.blind {
  padding: 0px;
	border: 0px;
	}

.floatleft {
	float: left;
	clear: both;
	}

.floatright {
	float: right;
	clear: both;	}

.yellow, .white {
  display: none;
  }

.code {
	font-family: "Courier New", Courier, monospace;
	background-color: #CACACA;
	color: #000000;
	padding: 3px;
	}

.s8 {
	font-size: 8pt;
	}

.s10 {
	font-size: 10pt;
	}

.s12 {
	font-size: 12pt;
	}

.s14 {
	font-size: 14pt;
	}

.s16 {
	font-size: 16pt;
	}
