/* Heading Style for creating a destinct heading */

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	text-transform: uppercase;
}

/* Sub_Heading Style for creating a destinct secondary heading */

.Sub_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #897EC1;
	text-transform: uppercase;
}

/* Bold_Title Style includes pimary color to highlight text */

.Bold_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #847FC1;
}

/* Bold_Title2 Style includes secondary color to highlight text */

.Bold_Title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.Gray_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.staff_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.Sub_Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #990000;
	text-transform: uppercase;
}
.orange {
	font-size: 16px;
	color: #E5970B;
	font-weight: bold;
}
.Sub_Heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #847FC1;
	text-transform: uppercase;
}
