@charset "utf-8";
.bodystyle #mainbackground {
	background-image: url(../images/bg-gradient-abc-a15.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 100%;
}
.bodystyle #letterbody {
	font: 16px "Times New Roman", Times, serif;
	letter-spacing: 0.25px;
	word-spacing: 1px;
	color: #000000;
	background: #EEEEEE url(../images/bg-gradient-abc-b45-c15.gif) center top repeat-x;
	padding-top: 45px;
	padding-bottom: 15px;
	margin: 0;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.bodystyle #letterbody div#letter {
	margin: 0 auto;
	width: 604px;
	background: #ffffff;
	border-top: silver 2px solid;
	border-right: #999999 3px solid;
	border-bottom: #999999 3px solid;
	border-left: silver 3px solid;
	padding-top: 98px;
	padding-right: 95px;
	padding-bottom: 106px;
	padding-left: 95px;
	text-align: left;
}
.bodystyle #letterbody div#letter p {
	margin: 0 0 17px 0;
	text-align: justify;
}
.bodystyle #letterbody div#letter p.right {
	text-align: right;
}
.bodystyle #letterbody div#letter p.nomargin {
	margin: 0;
}
.bodystyle #letterbody div#letter a {
	color: #333333;
	text-decoration: underline;
}
