/*  Override std CSS settings  */

h1 {
	font-size:28px;
	color:#002d81;
}

h2 {
	font-size:24px;
	color:#002d81;
}
h3 {
	font-size:20px;
	color:#002d81;
}

h4 {
	font-size:16px;
	color:#002d81;
}

footer  {
	background-color: #dedede;
	color: #808080;
	}
	
.smallprint  {
	font-size: 0.9em;
	line-height: 1.2em;
	}

.smalltableprint  {
	font-size: 0.8em;
	line-height: 1.0em;
	}
	

.deep-well {
	background-color:#d0d0d0;
	}

.navbar-inverse .navbar-inner {
	background-color: #002d81;
	background-image: linear-gradient(to bottom, #002d81, #002d81);
	background-repeat: repeat-x;
	border-color:  #252525; 
	}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #d0d0d0;
	}
.navidatumbrand {
	background-color: #002d81;
	color:#ffffff;
	}

.navidatumbrand h4 {
	color: #ffe100;
	}

.navidatumbrand a {
	color: #ffe100;
	}


.yellowhighlight {
	background-color: #ffff00;
	}

.errorline {
	color:#ff0000;
	font-weight:bold;
}
