*{
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
body{
  background: #fff;
	color: #000;
  font-family: arial;
}
a{
  color: #f30000;
  text-decoration: underline;
}
h1{
  font-size: 24pt;
  text-align: right;
  line-height: 1em;
}
h1 p{
  font-size: 10pt;
  text-align: right;
  line-height: 1.2em;
}
h2{
  font-size: 14pt;
	line-height: 1.1em;
}
h3{
  font-size: 12pt;
	line-height: 1.1em;
}
h3 a{
  font-size: 8pt;
  line-height: 1.1em;
}
h3 small{
  font-size: 8pt;
	line-height: 1.1em;
}
p{
	font-size: 10pt;
	line-height: 1.2em;
}
ul{
	list-style-type: disc;
	list-style-position: inside;
	padding: 10pt;
}
#content{
	padding: none;
	margin: none;
}
#printButton, #contact, #footer{
	display: none;
}
#address p{
	font-size: 6pt;
	line-height: 1em;
}
.references{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.clear{
	display: none;
}