BODY, P, DIV, SPAN, TH, TD, LI, DT, DD, DL, OL, UL, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION {
  font-family: Arial,Helvetica,sans-serif;
  color: Black;
  font-size: 10pt;
}
BODY.main {
  background-color: #ffffff;
}
BODY.side {
  background-color: #add8e6;
}
BODY.darkside {
  background-color: #0000af;
}
H1, H2, H3, H4, H5, H6 {
  font-weight: bold;
}
H1 {
  font-size: 20pt;
}
H2 {
  font-size: 18pt;
}
H3 {
  font-size: 16pt;
}
H4 {
  font-size: 14pt;
}
H5 {
  font-size: 12pt;
}
H6 {
  font-size: 11pt;
}

.normcolor {
  color: #000000;
}
.red {
  color: Red;
}
.blue {
  color: #0000ff;
}
.stphy {
  color: #0000ff;
}
.boxhead {
  background: #00003f;
  color: #ffffff;
  font-weight: bold;
}
A.boxhead,A:link.boxhead,A:visited.boxhead,A:active.boxhead,A:hover.boxhead {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.boxbody,.boxtext {
  background: #ffffff;
  color: #000000;
  font-weight: normal;
}
A.boxbody,A:link.boxbody,A:visited.boxbody,A:active.boxbody,A:hover.boxbody {
  color: #000000;
  text-decoration: none;
}
A.boxtext,A:link.boxtext,A:visited.boxtext,A:active.boxtext {
  color: #000000;
  text-decoration: none;
}
A:hover.boxtext {
  color: #6a7b95;
  text-decoration: underline;
}

TT {
  font-family: Courier New,Courier,fixed;
  font-size: 12pt;
  color: DarkSlateGray;
}
PRE {
  font-family: Courier New,Courier,fixed;
  font-size: 9pt;
  color: DarkSlateGray;
}
A:link {
  color: #00007f;
}
A:hover,A:active {
  color: #0000ff;
}
A:visited {
  color: #7f0000;
}
IMG {
  border-style: none;
}

.alpha {
  list-style-type: lower-alpha;
}
.roman {
  list-style-type: lower-roman;
}
.upper-alpha {
  list-style-type: upper-alpha;
}
.upper-roman {
  list-style-type: upper-roman;
}
.circle {
  list-style-type: circle;
}
.disc {
  list-style-type: disc;
}
.square {
  list-style-type: square;
}
.none {
  list-style-type: none;
}
.inside {
  list-style-position: inside;
}

.footnote {
  font-size: 9pt;
}
.small {
  font-size: 8pt;
}
.large {
  font-size: 11pt;
}
.big {
  font-size: 12pt;
}
.huge {
  font-size: 14pt;
}
.massive {
  font-size: 18pt;
}
.giant {
  font-size: 20pt;
}
.gargantuan {
  font-size: 24pt;
}
