/* Heading Style for creating a destinct heading */

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

/* 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: #313131;
}
.Red_Title {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	font-weight: bold;
	color: #8A181B;
}


.Gray_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
