 /***********
 POSITION GENERIC 
 ***********/
 html{	overflow:hidden;}
 body 
 {	
 	margin:0; 
 	padding:0; 
 	width:100%; 
 	height:100%; 
 	overflow:hidden;
 }

/********************
PRESENTATION GENERIC
********************/
body, iframe  {border-style:hidden}
img {width:100%}

/*********************
POSITIONAL GENERIC CLASSES
*********************/
.fltl {float:left}
.fltr {float:right}
.fltoff {clear: both}

/**********************
BOX
***********************/
.pad1{padding:1%} 
.pad2{padding:2%} 
.pad3{padding:3%} 
.mgn1{margin:1%} 
.mgn2{margin:2%} 
.mgn3{margin:3%} 
/**********************
DISPLAY
***********************/
.disb {display:block}
.disi {display:inline}
.dish {display:none}
/********************
TEXT GENERIC CLASSES
*********************/
.txtl{text-align:left;}
.txtr{text-align:right;}
.txtc{text-align:center;}
.txtj{text-align:justify;}

.txtul{text-decoration:underline;}
.txtol{text-decoration:overline;}
.txtnod{text-decoration: none;}

.txtita {font-style:italic;}
/***********************
FONT GENERIC
**********************/
body {font-family: Verdana;}
.f250 {font-size: 5em;}
.f205 {font-size: 4.06em;}
.f200 {font-size: 4em;}
.f165{font-size: 3.58em;}
.f160 {font-size: 3.5em;}
.f140 {font-size: 3em;}
.f125 {font-size: 2.55em;}
.f120 {font-size: 2.5em;}
.f110 {font-size: 2.3em;}
.f100 {font-size: 2.2em;}
.f095 {font-size: 2.1em;}
.f075 {font-size: 1.5em;}
.f062 {font-size: 1.25em;}
.f050 {font-size: 1.0em;}
.f040 {font-size: 0.9em;}
.f032 {font-size: 0.7em;}
.scaps{font-variant:small-caps;}
.bolder2{font-weight:800;}
.bolder1{font-weight:700;}
.bold{font-weight:600;}
.bold-1{font-weight:500;}
.ita {font-style:italic;}
.ffGBT {font-family: Garamond, Bookman Old Style, Times New Roman;}
.ffASV {font-family: Verdana,Arial, Sans Serif;}
.ffMC   {font-family: Mangal, Calibri;}
.ffV {font-family: Verdana;}
.ffT   {font-family: Tahoma;}
.ffTSI{font-family:Tempus Sans ITC;}



/*********************
SCROLLING
*********************/
.scra{overflow:auto;}
.scrh{overflow:hidden;}

/*********************
COLOURS
*********************/
.lightblue {background-color: #2777ba;}  
.black	{background-color: black;}  
.blue	{background-color: blue;}    
.red	{background-color: red;}      
.green	{background-color: green;}  
.yellow	{background-color:yellow;} 
.purple	{background-color: purple;}
.grey	{background-color: gray;}    
.brown	{background-color: brown;}  
.cyan	{background-color: cyan;}    
.white	{background-color: white;}    
.orange	{background-color: orange;}    
.peach	{background-color: PeachPuff;}    
.peach2	{background-color: #EECBAD;}    
.navy   {background-color: navy;} 
.aliceblue{background-color:aliceblue;} 
.aquamarine{background-color:aquamarine;} 
.whitesmoke{background-color:whitesmoke;} 
.lemon{background-color:lemonchiffon;} 
.turquoise{background-color:turquoise;} 
.lavender{background-color:lavender;} 
.newtan{background-color:#EBC79E;} 
.lightgrey{background-color:lightgray;} 
.txt_darkblue {color: #00008B;}
.txt_blue {color: blue;} 
.txt_black {color: black;} 
.txt_green{color: green;} 
.txt_orange{color: orange;} 
.txt_navy{color: navy;} 
.txt_lightblue {color:#2777ba;}
.op_01{opacity:1;}