/* Heading Style for creating a destinct heading */

.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #412B6B;
	text-transform: none;
}

/* Sub_Heading Style for creating a destinct secondary heading */

.Sub_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #DD7B00;
	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: #000000;
}

/* 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: #E27B00;
}

.Gray_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.Sub_Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #7441A7;
	text-decoration: none;
}
