* {
	margin: 0px;
	padding: 0px;
 }
html {
 height: 100%;
 }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff0000;
	height: 100%;
}
.tbl_container {
 background: #ffffff;
	margin: 27px auto 27px auto;
	height: 90%;
	width: 800px;
 }
a {
 color: #000000;
 }
.content {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 14px 43px 0px 17px;
	text-align: justify;
 }
li {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px 43px 0px 39px;
	text-align: justify;
 }
h1, h2, h3, h4 {
 font-family: Arial, Helvetica, sans-serif;
 margin: 14px 43px 0px 17px;
 font-size: 13px;
	color: #666666;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
 color: #ff0000;
	text-transform: uppercase;
 }
h2 {
	font-style: italic;
 margin-top: 0px;
	font-weight: normal;
 }
h3 {
 font-weight: bold;
	margin-bottom: -14px;
 }
h4 {
 font-style: italic;
	margin-bottom: -14px; 
	font-weight: normal;
 }
.footer {
 font-style: italic;
	font-size: 12px;
	margin: 21px 43px 43px 17px;
 }
.red {
 color: #ff0000;
 }
.meetdates {
 font-size: 16px;
	font-style: normal;
 }