:root {
	--headerBgColor: #FFFFFF;
	--headerFontColor: #304878;
	--headerIconsBgColor: #EEEEEE;
	--headerIconsFontColor: #304878;
	--clangNaviFontColor: #000000;
	--clangNaviBgColor: white;
	--clangNaviHoverFontColor: #304878;
	--clangNaviHoverBgColor: #FFFFFF;
	--mainNaviBgColor: #083c70;
	--mainNaviFontColor: #FFFFFF;
	--subNaviBgColor: rgba(12, 26, 51, 0.8);
	--subNaviFontColor: #FFFFFF;
	--depthNaviBgColor: #677a94;
	--depthNaviFontColor: #FFFFFF;
	--localNaviBgColor: #EEEEEE;
	--localNaviFontColor: #000000;
	--spNaviBgColor: #F3F6FB;
	--spNaviFontColor: #243EA4;
	--actionNaviBgColor: #EEEEEE;
	--actionNaviFontColor: #304878;
	--searchInputBgColor: #FFFFFF;
	--searchInputFontColor: #304878;
	--searchInputIconColor: #304878;
	--footerBlockBgColor: #E7E7E7;
	--footerBlockFontColor: #242424;
	--footerCopyrightBgColor: #D5D5D5;
	--footerCopyrightFontColor: #242424;
	--socialIconBgColor: #D5D5D5;
	--socialIconFontColor: #242424;
	--certificateIconsBgColor: #D5D5D5;
	--certificateIconsFontColor: #242424;
	--footerLinkBarBgColor: #D5D5D5;
	--footerLinkBarFontColor: black;
	--h1FontColor: #083c70;
	--h2FontColor: #304878;
	--h3FontColor: #304878;
	--bodyFontColor: #000000;
	--linkFontColor: #217EF6;
	--linkHoverFontColor: #1651FF;
	--h1FontSize: 1.7rem;
	--h2FontSize: 1.4rem;
	--h3FontSize: 1.2rem;
	--pFontSize: 0.9rem;

}