body {
	margin: 0px;
}

.date {
	font-family: Arial;
  font-size: 11px;
  color: white;
}

.bodyCopy {
	font-family: Arial;
  font-size: 75%;
  color: black;
	line-height: 17px;
}

h1 {
	font-family: Arial;
  font-size: 16px;
  color: #BDA105;
}
 
h2 {
	font-family: Arial;
  font-size: 13px;
  color: #BDA105;
}

h3 {
	font-family: Arial;
  font-size: 12px;
  color: #BDA105;
}

a:link {
	font-family: Arial;
  font-size: 12px;
  color: #BDA105;
}


td {
	font-family: Arial;
  font-size: 75%;
  color: black;
	line-height: 17px;
}

.training {
	background-color: #bda105;
  font-weight: bold;
 }
 
.underline {
	text-decoration: underline;
}