@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

body, p, div, section, td, tr {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

h1{
	font-size: 22px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333333;
}
h2{
	font-size: 16px;
	color: #666;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #3a627b;
}
h4 a{
	visibility:hidden;
	float:right;
	}
h5{
	font-size: 16px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	clear:both;
	padding-bottom: 20px;
}
