BODY { 
  max-width: 1050px;
  font-family: Verdana;
  font-size: 11pt;
  line-height: 1.1;
  color: #000000;
  margin:auto;
  text-allign:center;
}

.main-table {
  width:expression(document.body.clientWidth > 1051? "1050px":"auto" );
  margin-top: opx;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #000000;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1  { margin-top: 0.5em; margin-bottom: 0em }
H2, H3, H4 { margin-top: 0.5em; margin-bottom: 0em; margin-left:1em }
H5, H6 { margin-top: 0.25em; margin-bottom: 0em; margin-left:1em }
H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: x-large }
H2 { font-size: large }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

p { margin-top: 1em; margin-left: 0.5em; margin-right: 0.5em; margin-bottom: 0em }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 0em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 1em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #663333 }          /* unvisited link */
A:visited { color: #BA3F3A }        /* visited links */
A:active { color: #CC6666 }        /* active links */

A:link IMG { border: 0px solid }
A:visited IMG { border: 0px solid }
A:active IMG { border: 0px solid }

/* Table rules*/

TH { text-align: center; font-weight: bold }

TH { vertical-align: baseline }

TABLE {
  align: center;
  border: 0px;
  color: #000000;
  cellspacing: 0;
  cellpadding: 0;
}

td {
  font-family: Verdana;
  font-size: 11pt;
  line-height: 1.1;
  color: #000000;
}

caption {
  align: center;
  font-weight: bold;
  font-size: x-large
}

DIV {
  width: 100%;
  background: #009966;
}

.column { width: 40% }

.navbar {
  margin-top: 2em;
  padding-top: 1em;
  border-top: thin solid navy;
  background: #009966;
}

.navbar IMG { float: right }

@media print {
  .navbar { display: none }
}


