 /***********
 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%} 


/********************
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;}
 
/***********************
FONT GENERIC
**********************/

body {font-family: Microsoft Sans Serif,Sans Serif,Verdana,Arial;font-size:62.5%;}
.f250 {font-size: 5em;}
.f205 {font-size: 4.06em;}
.f200 {font-size: 4em;}
.f165{font-size: 3.58em;}
.f160 {font-size: 3.5em;}
.f125 {font-size: 2.55em;}
.f120 {font-size: 2.5em;}
.f100 {font-size: 2em;}
.f090 {font-size: 1.8em;}
.f075 {font-size: 1.5em;}
.f062 {font-size: 1.25em;}
.f050 {font-size: 1.0em;}
.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: Microsoft Sans Serif,Sans Serif,Verdana,Arial}


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