@charset "utf-8";
/* CSS Document */


h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	padding:0;
	color:#393939;
}
h1, .tabs>li, h4 {
	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 0.2em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	background:#393939;
	color:#fff;
	padding:.2em 0 .2em .5em;
	border-radius:5px;
}
h2 a {
	color:#000;
	text-decoration:none;
}
h3 {
	font-size:1.8em;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 .75em;
	text-indent:10px;
	background-color: #FFEFBB;
    border-radius: 5px;
	padding: 3px;
}
h4 {
	font-size:1em;
	margin:0 0 1em;
	display:block;
	padding:5px;
	border-radius:5px;
}
}
h5 {
	font-size:0.8333em;
	margin:0 0 1em;
}
h6 {
	font-size:0.666em;
	margin:0 0 2.25em;
}
