td {
	font-size: 13px;
}
.px16 {
	font-size: 16px;
}
.line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
}
.border {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.border2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.bg2 {
	background-attachment: fixed;
	background-image: url(img/back_photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}