BODY, P, TD, TH, OL, UL, LI, H1, H2, H3, H4, BLOCKQUOTE, DT, DD, INPUT,
TEXTAREA, SELECT { 
    font-family: Verdana,Arial,sans-serif 
}

BODY, P, TD, TH, LI, DD, INPUT, TEXTAREA, SELECT { 
    font-size: 8pt;
}


TH, DT { 
    font-size: 1.1em; 
    font-weight: bold }

DL  {
    margin-left: 3em;
    margin-right: 2em;
}

DT  {
    margin-top: 1em;
}

BODY {
    background: #eeeebb; 
    margin: 0px; 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 0px;
    vertical-align: middle;
    text-align: center;
}

P, DD, LI { 
    text-align: justify; 
    margin-right: 2em; 
    margin-left: 3em; 
}

P.comment {
    text-align: justify; 
    text-indent: 1em; 
    margin: 0; 
    font-size: 7pt;
}

BLOCKQUOTE {
    font-size: 7pt;
    text-align: justify;
    margin-right: 5em;
    margin-left: 7em;
}

PRE {
    margin-left: 3em;
}

TABLE.body {
    text-align: justify;
    color: black; 
    height: 100%;
    width: 100%;
    border-collapse: separate;
}

TD.border {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #d2b48c; 
    background: #ffffe5; 
} 

TABLE.sidebar {
    height: 100%;
    width: 100%;
}

TD.top {
    vertical-align: top;
    text-align: center;
    height: 100px;
}

TD.sidebar {
    vertical-align: top;
}

TD.bottom {
    vertical-align: bottom;
    text-align: center;
}

TD.comment {
    font-size: 7pt;
    white-space: nowrap;
}

H1  { 
    font-size: 1.5em; 
    font-family: Verdana,Arial,sans-serif; 
    color: black; 
    white-space: nowrap; 
}

H2  {
    font-size: 1.3em; font-family: Verdana,Arial,sans-serif;
    font-weight: bold 
}
H3  { font-size: 1.2em; font-family: Verdana,Arial,sans-serif;}
H4  { 
    font-size: 1.0em; 
    font-style: italic; 
    font-family: Verdana,Arial,sans-serif;
    margin-bottom: 0px;
    margin-top: 2px;
}

HR   { border: 1px solid #d2b48c; height:0px;}
HR.in {
    width: 60%;
    text-align: center;
}

A:link {color: #0033ee; text-decoration: none; }
A:visited {color: #113399;  text-decoration: none; }
#A:active {color: yellow; text-decoration: underline }
A:hover {
          background-color: #eeeebb; 
	  border-top: solid 1px #d2b48c; 
	  border-bottom: solid 1px #d2b48c; 
	  color: #0033ee;
        }

A.outside:hover {
    background-color: #ffffe5;
}

SPAN.linktext { color: #eeaaaa; }

P.narrative { 
    text-indent: 1em; 
    margin: 0px; 
}

SMALL { font-size: 7pt }
BIG   { font-size: 12pt }

PRE, TT, CODE, KBD, SAMP { font-family: monospace }


ADDRESS { font-family: sans-serif,Verdana,Arial;
          font-size: 8pt; }

INPUT TEXTAREA {
    background: white;
    border: solid 1px #d2b48c;
}


