BODY { 
   font-family:           Arial, Helvetica, Sans-Serif;
   font-size:             10pt;
   background-attachment: fixed;
   background-color:      #FFFFFF;
}

TABLE {
   font-size: 10pt;
}

B {   
  font-size:   10pt;
  font-weight: bold;
  color:       #6274A7; 
}
.heading {
  font-size:   12pt;
  font-weight: bold;
  color:       #6274A7; 
}


H1 {   
  font-size:   18pt;
  font-weight: bold;
  color:       #6274A7; 
}

H2 {   
  font-size:   15pt;
  font-weight: bold;
  color:       #6274A7; 
}

H3 {   
  font-size:   13pt;
  font-weight: bold;
  color:       #6274A7; 
}

H4 {   
  font-size:   12pt;
  font-weight: bold;
  color:       #6274A7; 
}

EM {   
  font-size:   10pt;
  font-weight: 500;
  color:       #6274A7; 
}

A:link {        
  color:           rgb(100,125,175);
  text-decoration: none;
  font-size:       10pt;
  font-weight:     600;
}

A:visited {
  color:           rgb(150,100,150);
  text-decoration: none;
  font-size:       10pt;
  font-weight:     600;
}

A:hover {
  color:       rgb(250,100,25);
  font-size:   10pt;
  font-weight: 600;
}

.currentPage {
  color:       rgb(250,100,25);
  font-size:   10pt;
  font-weight: 600;
}


