body {
  	color: #666666;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
}

td {
  	color: #666666;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3, h4, h5, h6 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 10px 0;
}

.small {
  font-size: 10px;
}


