  .affix {
      top: 0;
      width: 100%; 
     z-index: 10;
  }
  
body {
  background: #DDDDDD;
}
  
  	.border-box {
		background: #DDDDDD;
		border: none;
		padding: 20px;
	}

  .txbutton { 
	font-family: inherit; 
	font-size: 20px; 
	}

.txtop { 
	font-family: inherit; 
	font-size: 10px; 
	}
.txfooter { 
	font-family: inherit; 
  text-align: center; 
	font-size: 14px; 
	}
	
.txcaahead { 
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  text-align: center; 
	font-size: 35px;
}

.txcaamain { 
	font-family: inherit; 
	font-size: 22px; 
	  font-weight: 700;
	  text-align: center; 
	}

  .txck { 
  font-family: inherit;
  color: #009933; 
  font-weight: 700;
  line-height: 1.1;
  text-align: center; 
	font-size: 30px;
}
  .txcb { 
  font-family: inherit;
  color: #B70089; 
  font-weight: 700;
  line-height: 1.1;
  text-align: center; 
	font-size: 30px;
}

  .txck { 
  font-family: inherit;
  color: #009933; 
  font-weight: 700;
  line-height: 1.1;
  text-align: center; 
	font-size: 30px;
}

  .txgames { 
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  text-align: center; 
	font-size: 28px;
}



.imgdky {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

 .txmain { 
	font-family: inherit; 
	font-size: 20px; 
	  font-weight: 500;
	  text-align: center; 
	}
 
 .txmainlg { 
	font-family: inherit; 
	font-size: 22px; 
	  font-weight: 700;
	  text-align: center; 
	}
  .txquiz { 
	font-family: inherit; 
	font-size: 14px; 
 margin-top: 5px;
  margin-bottom: 5px;	
	}

.caalink a { 
	color: #666666; 
	text-decoration: underline; 
}

.caalink a:link { 
	color: #666666; 
	text-decoration: underline; 
}

.caalink a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
}
 


.cblink a { 
	color: #B70089; 
	text-decoration: underline; 
}

.cblink a:link { 
	color: #93006F; 
	text-decoration: underline; 
}

.cblink a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
}
 

.cklink a { 
	color: #000099; 
	text-decoration: underline; 
}

.cklink a:link { 
	color: #000099; 
	text-decoration: underline; 
}
.cklink a:hover { 
	color: #99CC99; 
	text-decoration: underline; 
}

.dkylink a { 
	color: #003399; 
	text-decoration: underline; 
}

.dkylink a:link { 
	color: #003399; 
	text-decoration: underline; 
}

.dkylink a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
}	

.textupper { 
	text-transform: uppercase; 
	}


 .grey-line-wide { 
	height: 10px; 
	background-color: #464646; 
	margin: 12px;
} 
 .grey-line { 
	height: 6px; 
	background-color: #464646; 
	margin: 12px;
} 
  .grey-line-sm { 
	height: 2px; 
	background-color: #464646; 
	margin: 12px;
} 
   
 .tablemain 
		{ text-align: left; background-color:#DDDDDD; } 

.tablemain td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}	
  
   
   	font-family: inherit; 
	font-size: 14px; 
 margin-top: 5px;
  margin-bottom: 5px;	

   
  
  .btn-info-top {
  color: #FFFFFF;  /* WHITE */
  background-color: #666666; /* dark grey */
  border-color: #464646; /*  darkest grey */
}
.btn-info-top:focus,
.btn-info-top.focus {
  color: #000; /* black  */
  background-color: #B7B7B7; /* light grey */
  border-color: #464646; /* darkest grey */
}
.btn-info-top:hover {
  color: #000;  /* black */
  background-color: #B7B7B7;  /* light grey  */
  border-color: #464646;  /*  darkest grey */
}
.btn-info-top:active,
.btn-info-top.active,
.open > .dropdown-toggle.btn-info-top {
  color: #000;  /* black  */ 
  background-color: #B7B7B7;  /* light grey */
  border-color: #464646;  /* darkest grey*/
}
.btn-info-top:active:hover,
.btn-info-top.active:hover,
.open > .dropdown-toggle.btn-info-top:hover,
.btn-info-top:active:focus,
.btn-info-top.active:focus,
.open > .dropdown-toggle.btn-info-top:focus,
.btn-info-top:active.focus,
.btn-info-top.active.focus,
.open > .dropdown-toggle.btn-info-top.focus {
  color: #fff;  /* WHITE */
  background-color: #666666;  /* dark grey */
  border-color: #464646;  /* darkest grey */
}
.btn-info-top:active,
.btn-info-top.active,
.open > .dropdown-toggle.btn-info-top {
  background-image: none;
}
.btn-info-top.disabled,
.btn-info-top[disabled],
fieldset[disabled] .btn-info-top,
.btn-info-top.disabled:hover,
.btn-info-top[disabled]:hover,
fieldset[disabled] .btn-info-top:hover,
.btn-info-top.disabled:focus,
.btn-info-top[disabled]:focus,
fieldset[disabled] .btn-info-top:focus,
.btn-info-top.disabled.focus,
.btn-info-top[disabled].focus,
fieldset[disabled] .btn-info-top.focus,
.btn-info-top.disabled:active,
.btn-info-top[disabled]:active,
fieldset[disabled] .btn-info-top:active,
.btn-info-top.disabled.active,
.btn-info-top[disabled].active,
fieldset[disabled] .btn-info-top.active {
  background-color: #666666;  /* dark grey */
  border-color: #464646;  /* darkest grey  */
}
.btn-info-top .badge {
  color: #666666;  /* dark grey*/
  background-color: #fff; /* fff WHITE */
}