@charset "UTF-8";
.contentWindow {
	background-repeat: repeat-y;
	width: 670px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
	min-height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.instructionHeading {
	font-size: 24px;
}
.contentWindowTop {
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.contentWindowBottom {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentWindowSides {
	background-image: url(../images/box_sides.gif);
	background-repeat: repeat-y;
}
.caution {
	background-image: url(../images/caution_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 75px;
	min-height:60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tip {
	background-image: url(../images/tip_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 75px;
	min-height:70px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.important {
	background-image: url(../images/green_checkbox_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left: 75px;
	min-height:60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.step {
	background-image: url(../images/green_checkbox_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 75px;
	min-height:60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.stepNav {
	background-image: url(../images/step_nav.png);
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 732px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.stepNav a:link {
	color: #000000;
}
.stepNav a:hover {
	background-color: #999999;
	display: block;
}
.stepNav a:active {
	background-color: #00CCFF;
	display: block;
}
.stepNav a:visited {
	background-color: #CCCCCC;
	display: block;
	color: #666666;
}
.stepCurrent {
	width: 175px;
	height: 45px;
	padding-top: 11px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/step.png);
	background-repeat: no-repeat;
	float: left;
	background-color: #66CCFF;
}
.stepCurrentLast {
	width: 146px;
	height: 45px;
	padding-top: 11px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/step.png);
	background-repeat: no-repeat;
	float: left;
	background-color: #66CCFF;
}
.step1 {
	width: 175px;
	height: 45px;
	padding-top: 11px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/step.png);
	background-repeat: no-repeat;
	float: left;
	background-color: #CCCCCC;
	text-decoration: none;
}
.step4 {
	width: 146px;
	height: 45px;
	padding-top: 11px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/step.png);
	background-repeat: no-repeat;
	float: left;
	background-color: #CCCCCC;
	text-decoration: none;
}
h2 {
	text-align: center;
}
