/* CSS Document */

.step {
	padding: 10px;
	background: #11375C;
	color: white;
	font-weight: bold;
	border: solid black 2px;
	
}
td {
	padding: 10px;
	background: #B0B0B0;
	border: solid black 2px;
}

/*Online Portals*/
#links-title{
	font-family: "Open Sans Bold";
	color: white;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	
}

#link-body{
	background-color: #257AAB;
	
}

#eqip {
	padding: 10px;
	
	border: solid white;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #022B46;
}

#eapp {
	padding: 10px;
	
	border: solid white;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #022B46;
}
.link_button:hover{
	border: solid #F4D01C;
	color: #F4D01C;
	text-decoration: none;
	
}
#eqip:hover{
	border: solid #F4D01C;
	color: #F4D01C;
	text-decoration: none;
	
}

#eapp:hover{
	border: solid #F4D01C;
	color: #F4D01C;
	text-decoration: none;
	
}
