a:focus {
	outline:none;
}
a:active {
	outline:none;
}
a {
	text-decoration:none;
	font-family: Helvetica Neue, Arial;
}
p{
	font-family: Helvetica Neue, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Helvetica Neue, Arial;
	font-weight: bold;
}
.h1{margin: 0px;}
h1, .h1 {
  font-size: 28px;
  color: #242222;
}

h2 {
  font-size: 28px;
  color: #242222;
}

h3 {
  font-size: 21px;
  color: #242222;
}

h4 {
  font-size: 19px;
  color: #444;
  font-weight: bold;
}

h5 {
  font-size: 17px;
  color: #242222;
}

h6 {
  font-size: 14px;
  color: #242222;
  padding-bottom: 2px;
}


