﻿ /*	Font	++++++++++++++++++++++++++++		*/
@font-face {
  font-family: "CaramelSiam";
  src: url("../fontWeb/CaramelSiam.eot"); 	/* IE9 Compat Modes */
  src: url("../fontWeb/CaramelSiam.eot?#iefix") format("embedded-opentype"), 	/* IE6-IE8 */
     /*  url("../fontWeb/CaramelSiam.otf") format("otf"),	 Open Type Font  */
       url("../fontWeb/CaramelSiam.svg#CaramelSiam") format("svg"), 	/* Legacy iOS */
       url("../fontWeb/CaramelSiam.ttf") format("truetype"), 	/* Safari, Android, iOS */
       url("../fontWeb/CaramelSiam.woff") format("woff"), 	/* Modern Browsers */
       url("../fontWeb/CaramelSiam.woff2") format("woff2");		/* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.FontTahoma  { 
	font-family: Tahoma, Geneva, sans-serif ;
	font: Tahoma, Geneva, sans-serif ;
}
.FSize_10{		font-size:10px;	}
.FSize_12{		font-size:12px;	}
.FSize_14{		font-size:14px;	}
.FSize_16{		font-size:16px;	}
.FSize_18{		font-size:18px;	}
.FSize_20{		font-size:20px;	}
.FSize_22{		font-size:22px;	}
.FSize_24{		font-size:24px;	}
.FSize_28{		font-size:28px;	}
.FSize_30{		font-size:30px;	}
.FSize_36{		font-size:36px;	}
.FSize_48{		font-size:48px;	}
.FSize_72{		font-size:72px;	}
.FBlack	{ 	color:#000000;		} 
.FYellow { 	color:#fed966;		} 

.FBlue	{		color:#024a81;		}					/*	003d90*/
.FGray	{		color:#999999;		}
.FRed		{		color:#FF0000;	}
.FWhite	{	color:#FFFFFF;		}
.FOrg1	{		color:#ff7800;		}
.FOrg2	{		color:#ffce73;		}
.FOrg3	{		color:#f25b00;	}
.FDark {		color:#002f52;	}
.FBright	{	color:#e4f3ff;	}
