/* Heading Style for creating a destinct heading */

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #336699;
	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: #000000;
	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: #786D51;
}

/* 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;
}

