a:link { color: #213C81; text-decoration: none; }
a:visited { color: #213C81; text-decoration: none; }
a:active { color: #FF0000; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }

.main {
  font-family: sans-serif;
  font-size: 10pt;
  color: #0031AE;
}

.main_l {		// large
  font-family: sans-serif;
  font-size: 12pt;
  color: #0031AE;
}

.main_lb {		// large
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #0031AE;
}

.main_s {		// small
  font-family: sans-serif;
  font-size: 8pt;
  color: #0031AE;
}

.main_si {		// small italics
  font-family: sans-serif;
  font-size: 8pt;
  font-style: italic;
  color: #0031AE;
}

.main_b {		// bold
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #0031AE;
}

.main_sb {		// small bold
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #0031AE;
}

.header {
  font-family: sans-serif;
  font-size: 20pt;
  font-weight: bold;
  color: #0031AE;
}

