/* CSS Document */
body{ font-size: 10pt; font-family: Arial, serif; color: #000; background-color: #fff; }
h1{ margin-top: 40px; font: 35px bold; text-align: center; width: 100%; color: #F00; }
p.logos{ width: 100%; text-align: center; }
p.contents{ margin-left: 20%; margin-right: 20%; text-align: justify; }
table.events{ margin-left: 20%; margin-right: 20%; text-align: justify; }
h4{ margin-left: 20%; margin-right: 20%; text-align: justify; }
td{
	font-size: 10pt;
	font-family: Arial, serif;
	color: #000;
	padding: 2px 10px;
	border: solid 1px #f00;
	}
table{
  border-collapse: collapse;
  }

ul{ margin-left: 25%; }
a {font-family:Arial, serif; color: #CC0000; font-size: 10pt; text-decoration: none;}
a:hover {font-family:Arial, serif; color: #CC0000; font-size: 10pt; text-decoration: underline;}
img.labLink{ border: none; }
p.sideBar{ float: right; display: inline; margin-right: 10px; margin-left: 10px; }

