@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	width: 840px;
	margin-top: 25px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 15px;
}
.dashedLine {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #659899;
	width: 666px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	margin-bottom: 30px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}
.imgBox {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	padding-bottom: 40px;
	text-align: center;
}
.txtBody {
	font-size: 0.75em;
	margin-right: 162px;
	margin-left: 162px;
	margin-bottom: 40px;
	line-height: 1.4em;
	text-align: left;
}
a:link, a:visited  {
	margin-left: 625px;
	border: none;
	text-align: right;
}
p.txtBody   a:link, p.txtBody a:visited {
	margin: 0px;
	padding: 0px;
}
