.size12{
	font-size: 12px;
}
.size14{
	font-size: 14px;
}
.size16{
	font-size: 16px;
}
.size18{
	font-size: 18px;
}
.size20{
	font-size: 20px;
}
.size22{
	font-size: 22px;
}
.size24{
	font-size: 24px;
}
.size26{
	font-size: 26px;
}
.size28{
	font-size: 28px;
}
.size34{
	font-size: 34px;
}
.size36{
	font-size: 36px;
}
.lh12{
	line-height: 12px;
}
.lh14{
	line-height: 14px;
}
.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;
}
.lh30{
	line-height: 30px;
}
/** APT Titles *******/
h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000000;
	clear: both;
	border-bottom: 1px dotted #999;
	*border-bottom: 1px solid #aeaeae;  /* IE doesn't do "dotted" as nicely as Firefox */
	line-height: 24px;
}
h4 {
	font-weight: bold;
}
h5{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight:bold;
	color: #005F69;
	clear: both;
}
/** APT Paragraphs ****/
p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
pre{
	border: 1px dashed #DEDFE0;
	padding: 5px;
}
/**** APT Colors*****/
.aptGreen{
	color: #005F69;
}
.aptOrange{
	color: #FAA635;
}
.aptGrey{
	color:#58595B;
}
.aptBlack{
	color:#000000;
}
.bold{
	font-weight: bold;
}
/***** APT locations**********/
.indented{
	margin-left: 30px;
}