body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
	fieldset, img {
	border:0 none;
}
.clear {
	border:0 none;
	clear:both;
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0 none;
}
a {
	color:black;
	text-decoration:none;
}
span.displaynone {
	display:none;
}
.underline {
	text-decoration:underline;
}
.clear{
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	float:none !important;
}
a {
    outline: none !important;
}


h3{
  text-transform:uppercase;
  display:block;
  font-size:16px;
  color:#b20100;
  padding:10px;
  font-weight:bold;
}
p{
  font-size:8pt;
  padding:0.5em 0;
  line-height:150%;
}
p em{
  font-weight:bold;
}