.position1 {
	left: 500px;
	top: 100px;
	right: 200px;
	bottom: 100px;
	position: relative;
}
.settings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
	vertical-align: middle;
	text-align:left;
	padding: 0px;
}
.setupCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	width: 410px;
	vertical-align: top;
	text-align: center;
}
.resultCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	width: 200px;
	vertical-align: top;
	text-align: center;
}
.shotTable {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}


.setupImg {
	border: 1px solid #333333;
}
.shotNumber {
	float: right;
	position: relative;
	right: 0px;
	bottom: 23px;
	font-size: 22px;
	clear: none;
	text-align: right;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 11px;
}
.intro {
	width: 850px;
	margin-top: 5px;
	
	padding-bottom: 5px;
}
.title {
	width: 850px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
