body {
	background-image: url(images/back_large.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
}
.linespace {
	color: #000000;
	line-height: 20px;
}
.bckgrd {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.Caps {
	text-transform: capitalize;
	line-height: 18px;
	font-weight: bold;
}
.dropshadow {
	filter: DropShadow(Color=#ccffff, OffX=2, OffY=2, Positive=2);
}
