.drop {
filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=visible);
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bolder;
	color: #FF0000;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.green {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #006600;
	line-height: 20px;
}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: oblique;
	color: #000000;
	line-height: 16px;
	font-weight: lighter;
}
.green_italics {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: oblique;
	color: #006600;
	line-height: 20px;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 20px;
	font-weight: normal;
	color: #FF0000;
}
.small_body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.small_italics {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	font-style: oblique;
}
.sm_red {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	line-height: 20px;
	font-weight: normal;
	color: #FF0000;
}
#main {
	width: 901px;
	left: 0px;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

