@charset "UTF-8";
.TopBox {
	background-image: url(images/whiteback.jpg);
	background-repeat: repeat;
}
.BodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}
.lightLinks {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E9E9DA;
}
.TopBoxHolder {
	background-image: url(images/whiteback.jpg);
	background-repeat: repeat;
	height: 400px;
}
.DarkBox {
	background-image: url(images/DarkpatternPaper.jpg);
	background-repeat: repeat;
}
.DarkBoxLight {
	background-color: #78723D;
}
.PatternBoxLight {
	background-image: url(images/patternPaper.jpg);
}
.Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #333333;
	line-height: 14pt;
	font-weight: bold;
}
.BodyList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	line-height: 16pt;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
	text-align: left;
}
