﻿.generic {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.genericCentered {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.generic-noMargin {
	width: 100%;
	float: left;
}
.genericCentered-noMargin {
	width: 100%;
	float: left;
	text-align: center;
}
.genericCenteredTopMarg {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 15px;
}
.LeftColGenericDiv {
	width: 210px;
	float: left;
	margin-left: 20px;
}
.pgTitle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	font-weight: bold;
	font-style: normal;
}
.sectionHeads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000000;
	font-style: italic;
	margin-left: 25px;
	margin-top: 10px;
}
