﻿/**FONT-SIZE **/
.fsI10{font-size:10px !important;}
.fsI11{font-size:11px !important;}
.fsI12{font-size:12px !important;}
.fsI13{font-size:13px !important;}
.fsI14{font-size:14px !important;}
.fsI15{font-size:15px !important;}
.fsI16{font-size:16px !important;}
/**WIDTH , PERCENTAGE**/
.wiP90 { width:90% !important; }
.wiP91 { width:91% !important; }
.wiP92 { width:92% !important; }
.wiP93 { width:93% !important; }
.wiP94 { width:94% !important; }
.wiP95 { width:95% !important; }
.wiP96 { width:96% !important; }
.wiP97 { width:97% !important; }
.wiP98 { width:98% !important; }
.wiP99 { width:99% !important; }
.wiP100 { width:100% !important; }
.wiP101 { width:101% !important; }
.wiP102 { width:102% !important; }
.wiP103 { width:103% !important; }
.wiP104 { width:104% !important; }
.wiP105 { width:105% !important; }
.wiP106 { width:106% !important; }
.wiP107 { width:107% !important; }
.wiP108 { width:108% !important; }
.wiP109 { width:109% !important; }
.wiP110 { width:110% !important; }
.wiP111 { width:111% !important; }
.wiP112 { width:112% !important; }
.wiP113 { width:113% !important; }
.wiP114 { width:114% !important; }
.wiP115 { width:115% !important; }
.wiP116 { width:116% !important; }
.wiP117 { width:117% !important; }
.wiP118 { width:118% !important; }
.wiP119 { width:119% !important; }
.wiP120 { width:120% !important; }
/*****visibility*******/
.NonVisible{visibility:hidden !important;}
.YeaVisible{visibility:visible !important;}

/***color****/
.colWhite
{
    color:#ffffff !important;
}
.colBlack
{
    color:#000000 !important;
}
.colMain
{
    color:#123556 !important;
}


.bkgIRed
{
    background:red !important;
}
.bkgIMain
{
     background:#123556 !important;
}
.bkgIWhite
{
     background:#FFFFFF !important;
}