/*<!-- ANY UNUSED CLASSES? no -->*/
/*<!-- CSS STYLE SHEETS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >*/


	.GLOBAL_HEADING_columnInfo {
		background-color: #dedede;
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		text-transform: uppercase;
		vertical-align: center;
	}

	.GLOBAL_HEADING_confirmation {
		background-color: #ccffe6;
		border: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
		vertical-align: top;
	}

	.GLOBAL_HEADING_instructions {
		background-color: #ffff99;
		border: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 200px;
		padding-right: 200px;
		text-align: center;
		vertical-align: top;
	}	

	.GLOBAL_HEADING_notice {
		background-color: #ff9999;
		border: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 200px;
		padding-right: 200px;
		text-align: center;
		vertical-align: top;
	}

	.GLOBAL_HEADING_pageTitle {
		background-color: #ffffe5;
		border: 2px solid black;
		color: black;
		font-family: Arial Black;
		font-size: 36px;
		text-align: center;
		vertical-align: center;
	}

	.GLOBAL_HEADING_rules {
		background-color: #e6ccff;
		border: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
		vertical-align: top;
	}

	.GLOBAL_HEADING_scoring {
		background-color: #ccff99;
		border: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
		vertical-align: top;
	}	

	.GLOBAL_HEADING_subTitle {
		background-color: #e7df99;
		border: 2px double black;
		color: black;
		font-family: Arial Black;
		font-size: 24px;
		text-align: center;
		vertical-align: center;
	}
	
	.GLOBAL_INPUT_selectBox {
		background-color: #ffffcc;
		border: 1px solid black;
		font-family: Courier; 
		font-size: 12px;
	}
	
	.GLOBAL_INPUT_submitButton {
		background-color: yellow;
	}
	
	.GLOBAL_INPUT_textArea {
		background-color: #ffffcc;
		border: 1px solid black;
	}
	
	.GLOBAL_INPUT_textBox {
		background-color: #ffffcc;
		border: 1px solid black;
	}
	
	.GLOBAL_TABLE_headerCell {
		background-color: #dedede;
		border-bottom: 2px solid black;
		border-right: 2px solid black;
		color: black;
		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 8px;
		padding-top: 8px;
		text-align: center;
	}
	
	.GLOBAL_TABLE_standardCell {
		background-color: white;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	.GLOBAL_TABLE_standardCellConfirmation {
		background-color: #ccffe6;
		border: none;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}	
	
	.GLOBAL_TABLE_standardCellInstructions {
		background-color: #ffff99;
		border: none;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: left;
	}		
	
	.GLOBAL_TABLE_standardCellNotice{
		background-color: #ff9999;
		border: none;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	.GLOBAL_TABLE_standardCellRules {
		background-color: #e6ccff;
		border: none;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: left;
	}	
	
	.GLOBAL_TABLE_standardCellPointsAwarded {
		background-color: white;
		border-bottom: 1px solid black;
		border-right: 2px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}	
	
	.GLOBAL_TABLE_standardCellAccomplishment {
		background-color: white;
		border-bottom: 1px solid black;
		border-left: 2px solid black;
		border-right: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	.GLOBAL_TABLE_standardCellBronze {
		background-color: #E7CFAE;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	.GLOBAL_TABLE_standardCellGold {
		background-color: #FDDC5C;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	
	.GLOBAL_TABLE_standardCellSilver {
		background-color: #D8D8D8;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		color: black;
		font-family: Arial;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 5px;
		text-align: center;
	}
	
	.HEADER_HEADER_display {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100px 100px;
		border-bottom: 1px solid black;
		color: black;
		font-family: Courier;
		font-size: 11px;
		padding-top: 6px;
		text-align: center; 
		vertical-align: top;
	}
	
	.HEADER_HEADER_mainTab {
		border-bottom: 1px solid black;
		color: black;
		font-family: Arial Black;
		font-size: 16px;
		text-align: center; 
		vertical-align: bottom;
	}
	
	.HEADER_LOGO_display {
		background-color: #ffffe5;
		border: 1px solid black;
		text-align: center;
		vertical-align: bottom;
	}


/*<!-- NAVIGATION BAR - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >*/
	
	.HEADER_NAVBAR_Layer1 {
	  background-color: #333;
	  overflow: hidden;
	}

	.HEADER_NAVBAR_Layer1 a {
	  float: left;
	  font-size: 16px;
	  color: white;
	  padding: 16px 32px;
	  text-align: center;
	  text-decoration: none;
	}

	.HEADER_NAVBAR_Layer2 {
	  float: left;
	  overflow: hidden;
	}

	.HEADER_NAVBAR_Layer2 
	.HEADER_NAVBAR_Layer3 {
	  background-color: inherit;
	  border: none;
	  color: white;
	  font-family: Arial Black;
	  font-size: 11px;  
	  margin: 0;
	  outline: none;
	  padding: 16px 32px;
	}

	.HEADER_NAVBAR_dropDownContent {
	  background-color: #f9f9f9;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  display: none;
	  font-family: Arial;
	  font-weight: bold;
	  position: absolute;
	  min-width: 240px;
	  z-index: 1;
	}

	.HEADER_NAVBAR_dropDownContent a {	 
	  color: black;
	  display: block;
	  float: none;
	  padding: 12px 12px;
	  text-align: left;
	  text-decoration: none;
	}

	.HEADER_NAVBAR_dropDownContent a:hover {
	  background-color: #ddd;
	}

	.HEADER_NAVBAR_Layer2:hover 
	.HEADER_NAVBAR_dropDownContent {
	  display: grid;
	}


/*<!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >*/