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 : 8px;
	border : 0px solid #666666;
}

.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; }
.black24b { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #222222; font-weight: bold; }
.IndexPageTitle { font-family: Arial, Helvetica, sans-serif; font-size: 48px; color: #222222; font-weight: bold; text-shadow: 0px 0px 4px #222222; }

