/* Global SETUP IFB*/
body { 
  background-color: #FFFFFF; 
  background-image: none;
  margin-left     : 0px;
  margin-right    : 0px;
  margin-top      : 0px;    
  scrollbar-3dlight-color   :#DDDDDD;
  scrollbar-arrow-color     :#FF0000;
  scrollbar-base-color      :#FFFFFF;
  scrollbar-darkshadow-color:#DDDDDD;
  scrollbar-face-color      :#FFFFFF;
  scrollbar-highlight-color :#EEEEEE;
  scrollbar-shadow-color    :#DDDDDD}
}

/* font-familiy IFB */
body, p, div, li, ol, ul, table, td, th {
  font-family :Verdana, Arial, Helvetica, sans-serif;
}

/* font-style IFB */
body, p, div, li, ol, ul, table, td, th {
  text-indent :0px;
}
h1,h5 {text-align:left}
h2,h6 {text-align:center}

h1, h2, h3, h4, h5, h6 {
  font-weight : bold
}

/* font-size IFB*/
body, p, div, li, ol, ul, table, td, th, h5, h6 {
  font-size :10pt
}
h1 {
    font-size       :15pt;
}

h2 {
   font-size        :12pt;
}

/* font color IFB*/
body, p, div, li, ol, ul, table, td, th {
  color :#000000
}

/* links IFB*/
a:link { 
	text-decoration:none; 
	color:#0000FF; 
}

a:visited { 
	text-decoration:none; 
	color:#0000AA; 
}

a:active { 
	text-decoration:underline; 
	color:#FF0000; 
}

a:hover {
    text-decoration:underline;
    color:#0000FF;
}

/* Global Classes */
.uline { text-decoration : underline; }
.justify    {text-align:justify;}
.leftify    {text-align:left;}
.smallright {text-align:right;font-size:8pt;}
.small      {font-size:8pt;}
