html, body { margin: 0; padding: 0; }

a img { border: none; }
a { color: inherit; outline: none; }


.b {  font-weight: bold;  }
.br {  font-weight: bolder;  }
.n {  font-weight: normal;  }
.i {  font-style: italic;  }
.u {  text-decoration: underline;  }
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }
.al { vertical-align: top; }
.am { vertical-align: middle; }
.ab { vertical-align: bottom; }
.l {  float: left; }
.r { float: right; }
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.f7 { font-size: 7pt; }
.f8 { font-size: 8pt; }
.f9 { font-size: 9pt; }
.f10 { font-size: 10pt; }
.f11 { font-size: 11pt; }
.f12 { font-size: 12pt; }
.f13 { font-size: 13pt; }
.f14 { font-size: 14pt; }
.f15 { font-size: 15pt; }
.f16 { font-size: 16pt; }
.f17 { font-size: 17pt; }
.f18 { font-size: 18pt; }

.smaller { font-size: 85%; }
.bigger { font-size: 115%; }

table { border-collapse: collapse; }

sup, sub { font-size: 60%; height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }