﻿p.DoubledLineHeight {
    line-height: 2.0 !important;
}
p.SmallLineHeight {
    line-height: 1.0 !important;
}
p.DefaultLineHeight {
    line-height: 1.2 !important;
}
a.blue-link {
	color: #336699;
}
.text-blue {
	color: #336699;
}
.text-white {
	color: #fff!important;
}
.text-black {
	color: #000!important;
}
h1.headingH1ColorGray {
	color: #878787!important;
}
h2.headingH2ColorGray {
	color: #878787!important;
}
h3.headingH3ColorGray {
	color: #878787!important;
}
h1.headingH1ColorDarkBlue {
	color: #0074af!important;
}
h2.headingH2ColorDarkBlue {
	color: #0074af!important;
}
h3.headingH3ColorDarkBlue {
	color: #0074af!important;
}
h1.headingH1ColorYellow {
	color: #fde399!important;
}
h2.headingH2ColorYellow {
	color: #fde399!important;
}
h3.headingH3ColorYellow {
	color: #fde399!important;
}
.textSizeExtraSmall {
	font-size: 16px!important;
}
.textSizeSmall {
	font-size: 20px!important;
}
.textSizeMiddle {
	font-size: 24px!important;
}
.textSizeLarge {
	font-size: 28px!important;
}
.textSizeExtraLarge {
	font-size: 32px!important;
}
.customList {
  display: inline-block;
}
p.smallSpace {
    margin-bottom: 7px;
    font-size: 12px;
}
