body { 
	margin: 0; padding: 0; border: 0; width: 100%; height: 100%;
	background-color: #FFFFFF; 
	overflow-x: auto; overflow-y: auto; 
}

.TableFrame {
	position : absolute;
	display: table;
	width: 100%;
	height: 100%; 
	background: #FFFFFF;
}

.CellFrame {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.TextFrame {
	display: inline-block;
	text-align: center;
	background: #FFFFFF;
	padding : 20px;
	border : 0px solid #666666;
}

.Title { font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #666666; font-weight: bold; }
.black16 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #222222; font-weight: normal; }
.black18 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #222222; font-weight: normal; }

.Space10 { position: relative; width: 100%; height: 10px; margin-left: auto; margin-right: auto; }
.Space20 { position: relative; width: 100%; height: 20px; margin-left: auto; margin-right: auto; }
