body {
	margin: 0px;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.MainMenu {
	background-color: #175789;
	width: 1002px;
}
.Div_Main {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}
.Left {
	background-image: url(images/Left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Right {
	background-image: url(images/Right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Step1 {
	background-image: url(images/Step1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 106px;
	width: 300px;
	padding-top: 30px;
	padding-left: 625px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
}
.Footer {
	font-size: 9pt;
	line-height: 180%;
	color: #666666;
	background-color: #e6e6e6;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.Footer a {
	color: #535353;
	text-decoration: none;
}
