/* CSS definition file containing site wide stylesheets */

.heading2 {
	font-family: "Engravers MT",  serif;
 	font-size: 18pt;
 	text-transform: capitalize;
 	color: rgb(153,102,0);
 	font-weight: bold;
 	text-align: center
}

.heading3 {
	font-family: "Engravers MT",  serif;
 	font-size: 11pt;
 	color: rgb(153,102,0)
}

.headingred {
	font-family: "Engravers MT",  serif;
 	font-size: 11pt;
 	color: rgb(153,0,51)
}
