hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1{
	font-size: 24px;
	color: #333333;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

h1 .small{
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	color: #666666;
}

h2{
	font-size: 24px;
	color: #666;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 .small{
	margin: 0px;
	color: #e74a21;
	font-weight: bold;
}

h3{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin: 0px;
	text-decoration: underline;
}
