/* Font Sizes */
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }

/* Line Heights */
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }
.lh26 { line-height: 26px; }
.lh28 { line-height: 28px; }

/* Headline Styles */

/* Headline Sizes */
h1, .h1 { font-size: 24px; line-height: 28px; }
h2, .h2 { font-size: 28px; line-height: 32px; }
h3, .h3 { font-size: 26px; line-height: 30px; }
h4, .h4 { font-size: 18px; line-height: 22px; }
h5, .h5 { font-size: 16px; line-height: 20px; }
h6, .h6 { font-size: 14px; line-height: 18px; }

/* Headline Fonts */
h1, .h1{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h2, .h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f16522;
	font-weight:normal;
	padding-bottom:16px;
}
h3, .h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#254787;
	font-weight:normal;
	padding-bottom:14px;
}
h4, .h4{
	font-family: Helvetica, Arial, sans-serif;
	color:#f16522;
	font-weight:normal;
	padding-bottom:12px;
}
h5, .h5{
	font-family: Helvetica, Arial, sans-serif;
	color:#254787;
	font-weight:bold;
	margin-top:-10px;
	padding-bottom:10px;
}
h6, .h6{
	font-family: Arial, Helvetica, sans-serif;
}