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;
}

.IndexPageEnterFrame {
  	display: table;
  	margin: auto;
}
a.IndexPageEnter {
    	position: relative;
	display: block;
	padding: 2px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-weight: bold; 
	text-shadow: 0px 0px 2px #999999;
	text-decoration: none;
	border-bottom: 3px solid rgba(240, 240, 240, 0.0);
	
  	-webkit-transition: all 0.8s;
  	-moz-transition: all 0.8s;
  	-ms-transition: all 0.8s;
  	-o-transition: all 0.8s;
  	transition: all 0.8s;
	z-index: 1;
}
a.IndexPageEnter:hover { 
	padding: 2px;
	text-decoration: none;
	border-bottom: 3px solid #222222;
	color: #222222;
} 

.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; }

