	body {
		font: tahoma; 
		color: black; 
		font-size: 1vw;
		text-align: center;
	}

/* NAV TITLE */
	.ckvaTitleRow_Nav{
		border: none;
		background-color: SteelBlue;
		padding-top: .25vh;
		color: white;
		text-align: center;
		font-weight: bold;
		font-family: tahoma;
		font-size: 2vw;		
		height: 6vh;
	}

	.ckvaLine_Nav{
		border: none;
		background-color: silver;
		height: 2vh;
	}
	
/* NAV SKILLS GRID*/	
	.ckva_SkillGrid{
		display: grid;
		border: none;
		margin-top: 1vh;
		grid-template-columns: 18% 20% 5% 20% 5% 20% 15%;	
		background-color: white;			
		text-align: center;
		font-weight: bold;
		font-family: tahoma;
		font-size: 2.5vw;	
	}


	.ckvaSkillImage_Nav{
		border: solid SteelBlue .2vw;
		height: 30vh;
		width: 30vh;
		position: relative;
		color: black;
		text-align: center;
		font-weight: bold;
		font-family: tahoma;
		font-size: 1.5vw;
		background-color: white;			
	}

	.ckvaSkillLabel_Nav{
		border: solid SteelBlue .2vw;
		border-top: none;
		height: 5vh;
		width: 30vh;
		position: relative;
		color: black;
		text-align: center;
		font-weight: bold;
		font-family: tahoma;
		font-size: 1.5vw;
		background-color: white;		
	}

	.ckvaSkillBottom_Nav{
		display: grid;
		grid-template-columns: 11% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1.5%;	
		border: none;
		position: relative;
		background-color: SteelBlue;;			
		height: 5.4vh;
		color: black;
		text-align: center;
		font-weight: normal;
		font-family: tahoma;
		font-size: 1.3vw;
	}


	.ckvaSkillBottomBtn_Nav{
		background-color: SteelBlue;;			
		position: relative;
		height: 5vh;
		line-height: 5.5vh;
		color: white;
		text-align: center;
		font-weight: bold;
		font-family: tahoma;
		font-size: 1.3vw;
	}

	.ckvaSkillBottomBtn_Nav:hover {
		cursor: pointer;
		color: black ;
		font-weight: bold;
	}

	.ckvaSkillInstructLabel_Nav{
		display: grid;
		grid-template-columns: 11% 88% 1%;
		visibility: visible;
		height: 5vh;
		border: solid .25vw red;
		margin-top: 2vh;
		background-color: white;
		color: red;
		padding-left: .25vw;
		padding-right: .25vw;
		text-align: left;
		font-weight: bold;
		font-family: tahoma;
		font-size: 1.25em;
	}

	.ckvaSkillInstructClose_Nav{
		border: none;
		position: relative;
		text-align: center;
		color: black;
		font-weight: bold;
		font-family: tahoma;
		font-size: 1.2em;
	}

	.ckvaSkillInstructClose_Nav:hover {
		cursor: pointer;
		color: yellow;
		background-color: black;
		font-weight: bold;
	}

