/* HEADER LINK */
.nav-link:link, .nav-link:visited{
  color:#f7f7f5;
}

.nav-link:hover { 
  color: black;
}

.nav-link:active {
  color: #001c4e;
}



/* HEADER LINK */
.header-border{
	border-bottom: 2px solid
}



/* HEADER LINK */
.header-ul{
	border-right:1px solid white;
  border-left:1px solid white;
}

.header-list-item{
  border-top:1px solid white;
  border-right:1px solid white;
  border-left:1px solid white;
}

.header-link:hover {
	background-color:#001c4e; 
  color: #f7f7f5;
}

.header-link:active {
	background-color:#001c4e;
  color: #f7f7f5;
}


/* FOOTER LINK */ 
.footer-link:link, .footer-link:visited{
  color:#f7f7f5;
}

.footer-link:hover { 
  color: #001c4e;
}

.footer-link:active {
  color: #001c4e;
}


/* CONTENT TEXT */
.content-header-text {
	margin: 5px 0px 0px 0px; 
	padding-bottom: 10px;
	border-bottom: 2px solid #c26c09;
  color:#001c4e;
}

.content-text {
  text-align: justify;
}

.text-arial {
  text-align: justify;
  font-family: "Arial";
}


/* FORM TEXT */
.form-header-text {
	margin: 10px 14px 15px 14px; 
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px dashed black;
  color:grey;
}
.form-text {
	margin: 10px 24px 15px 24px;
	text-align: justify;
	padding-bottom: 10px;
  color:lightgrey;
}
.form-text-tnc {
	margin: 10px 24px 15px 10px; 
	font-weight: bold;
	text-align: justify;
	padding-bottom: 10px;
  color:grey;
}

/*Header Dropdown*/
.header-dropdown:hover{
  background-color:#c26c09;
  color: #f7f7f5;
}


