	
	
	/* global absolute styles for FBTO website */
	
	
	.navlink { color:#00349a !important; }
	.navlink:visited { color:#646464 !important; }
	.navlink:active { color:#646464 !important; }
	.navlink:hover { color:#ff6600 !important; }
	
	
	/* colors used in the FBTO website (currently only update for homepage) */
	
	
	.color_lightgray {
		color: #636363;
	}
	
	.color_blue_softdark {
		color: #4066b3;
	}
	
	.color_fbtoblue {
		color: #00349a;
	}
	
	
	.color_fbtoblue_softer {
		color: #a7c5e7;
	}
	
	.color_fbtoorange, .color_fbtoorange_hover:hover {
		color: #ff6600;
	}
	
	.color_fbtowhite {
		color: white;
	}
	
	.bg_fbtoblue {
		background-color: #00349a;
	}
	
	.bg_fbtoblue_softer {
		background-color: #f2f4fa;
	}
	
	.bg_fbtoorange {
		background-color: #ff6600;
	}
	
	.bg_fbtoorange_hover:hover {
		background-color: #ff6600;
	}
	
	/* rainbow shades are currently used in the quicknav on the right of the homepage */
	.bg_blue_rainbow_shade1 { background-color: #a7c5e7; }
	.bg_blue_rainbow_shade2 { background-color: #bfd5ed; }
	.bg_blue_rainbow_shade3 { background-color: #d8e5f4; }
	.bg_blue_rainbow_shade4 { background-color: #ffffff; }
	
	.bg_blue_softdark { background-color: #4066b3; }
	.bg_blue_softlight { background-color: #adceef; }
	.bg_blue_soft { background-color: #e6f0fa; }
	
	
	/* bordercolors used in the FBTO website */
	
	
	.border_blue_soft {
		border-color: #e6f0fa;
	}
	
	.border_fbtoorange {
		border-color: #ff6600;
	}
