.heading {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #330033;
}
.enviro {
	font-family: Enviro;
	font-size: 18px;
	color: #336699;
}
.enviro_bold {
	font-family: Enviro;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}
.enviro_underline {
	font-family: Enviro;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.heading_underline {
	font-family: Papyrus;
	font-size: 18px;
	color: #330033;
	text-decoration: underline;
	font-weight: bold;
}

.papyrus_small {
	font-family: Papyrus;
	font-size: 14px;
	font-weight: normal;
	color: #330033;
}
.enviro_small {
	font-family: Enviro;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
}

.papyrus_small_bold {
	font-family: Papyrus;
	font-size: 14px;
	font-weight: bold;
	color: #330033;
}
.papyrus_small_bold_underline {
	font-family: Papyrus;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}



.main_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFC;
	font-weight: bold;
}
.main_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	font-weight: bold;
}
.small_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}
.bernhard {
	font-family: "BernhardFashion BT";
	font-size: 18px;
	color: #330000;
	font-weight: bold;
}
.image {
	margin: 2px;
	padding: 2px;
	border: thin groove #330000;
}
