.policyList {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	color: black;
}

.policyHeading {
	color: green;
	font-weight: bold;
	font-size: large;
}

.policySubHeading {
	color: green;
	font-weight: bold;
}

.mainText {
	text-align: justify;
	color: black;
	padding-top:10px;
	padding-bottom:10px;
}

.mainHeading {
	text-align: center;
	color: green;
	font-size: large;
	font-weight: bold;
	padding-top:20px;
	padding-bottom:20px;
}

.mainSubHeading {
	text-align: center;
	color: green;
	font-weight: bold;
	font-size: large;
}

.systemTableHidden {
	color: black;
	display: none;
}

.inlineImageLeft {
	float: left;
	margin-right: 10px;
}

.inlineImageRight {
	float: right;
	margin-left: 10px;
}

.mainHighlight {
	color: green;
	font-weight: bold;
}

.mainMiniHeading {
	text-align: center;
	color: green;
	font-weight: bold;
}

.mainChooserText {
	text-align: center;
	color: black;
	
}
