/* CSS Document */

.heading{
	font-family:"Bodoni MT";
	font-size:large;
	color:#006600;
	line-height:normal;
	padding:inherit;
	font-weight: bolder;
}
.headingblue {
	font-family: "Bodoni MT";
	font-size: large;
	font-weight: bolder;
	color: #3366CC;
}
.largeheading {
	font-family: "Bodoni MT";
	font-size: x-large;
	font-weight: bolder;
	color: #006600;
}
.text {
	font-family: "Bodoni MT";
	font-size: medium;
	font-weight: bold;
	color: #003300;
}
.textblue {
	font-family: "Bodoni MT";
	font-size: medium;
	font-weight: bold;
	color: #3366CC;
}
.smallheadingblue {
	font-family: "Bodoni MT";
	font-size: medium;
	font-weight: bolder;
	color: #3366CC;
}
.smallheading {
	font-family: "Bodoni MT";
	font-size: medium;
	font-weight: bolder;
	color: #006600;
}

