.headerbg {
	background-color :  #96BCE1;
	border : White;
}

.DarkBluebg {
	background-color :  #061A68;
	border : White;
}

.LightBluebg {
	background-color : #E5EAF4;
	border : White;
}

.DarkOrange {
	background-color : #FF9933;
	border : White;
}

.LightOrange1 {
	background-color :#FFAD5C;
	border : White;

}

.LightOrange2 {
	background-color : #FDD0A4;
	border : White;
}

.LightOrange3 {
	background-color : #FFF3E8;
	border : White;
}

.FontDarKBlue1 {
	font-family : arial;
	font-size : 8pt;
	color : #061A68;
	text-decoration : none;
	
}

.FontDarKBlue2 {
	font-family : arial;
	font-size : 10pt;
	color : #061A68;
	text-decoration : none;
	
}

.FontDarKOrange {
	font-family : arial;
	font-size : 10pt;
	color : #FF9933;
	text-decoration : none;
}


.FontDarKOrange2 {
	font-family : arial;
	font-size : 12pt;
	color : #FF9933;
	text-decoration : none;

}

.FontWhite {
	font-family : arial;
	font-size : 8pt;
	color : white;
	text-decoration : none;
}

