<!--

#myPanel h1 {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

#myPanel h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}
#myPanel p {
	text-align:justify;
}

p {
	text-align: left;
}

ul, li {
	padding-bottom: 12px;
	text-align: left;
}
table {
	padding: 10px;
	border: 0;
	width: 100%;
	}
tr {vertical-align: top; }
td {
	width: 50%;
}
-->
