@charset "utf-8";
/* CSS Document */


h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
	color:#393939;
}
h1{
  font-size:3em;
	line-height:1.2em;
  margin:0 0 0.75em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:1px 1px 2px rgba(0, 0, 0, .3);
}
h2{
  font-size:2em;
	line-height:1.2em;
  margin:0 0 1em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	background:#393939;
	color:#fff;
	padding:.2em 0 .2em .5em;
	border-radius:3px;
}
	h2 a {
		color:#000;
		text-decoration:none;
		}
h3{
  font-size:24px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
  margin:0 0 .75em;
}
	h3 strong {
		font-weight:normal
	}
h4{
  font-size:1em;
  margin:0 0 .2em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}

