/* Heading Style for creating a destinct heading */

.Heading {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #674B24;
	text-transform: uppercase;
}

/* Sub_Heading Style for creating a destinct secondary heading */

.Sub_Heading {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #3D4224;
	text-transform: uppercase;
}

/* Bold_Title Style includes pimary color to highlight text */

.Bold_Title {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #6A4E27;
}

/* Bold_Title2 Style includes secondary color to highlight text */

.Bold_Title2 {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #373A1D;
}

.Gray_Text {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
