.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid  #003366;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.panel > .panel-heading {
    background-image: none;
    background-color:  #003366;
    color: white;

}

.bkgrdcolor{
	background-color: #003366;
}

h3{
	color: #003366;
}

a{
	color: #003366;
}

.whitetxt{
	color: white;
}

.uline{
	color: #003366;
	text-decoration: none; 
	box-sizing: border-box;
	transition: all 0.3s; 
	padding-bottom: 0.3125em; 
	border-bottom-width: 3px; 
	border-bottom-style: solid; 
	border-bottom-color:#003366;
}