@charset "utf-8";
.floatright { float: right; }

.floatleft { float: left; }

.dropcap {
float:left;
color:#000000;
font-size:40px;
line-height:35px;
padding-top:2px;
font-family: Times, serif, Georgia;
} 

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

.bodytextitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

.bodytextRED {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}

.bodytextORANGE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
}

.bodytextYELLOW {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF00;
}

.bodytextGREEN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
}

.bodytextBLUE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
}

.bodytextPURPLE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9900CC;
}
.bodytextPINK {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCCFF;
}


.headtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.headtextgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color:  #196606;
}

.bodytextRED2 {
	color: #FF0000;
}

