
H1, H2, H3, H4, H5 { color: black;
}

H1 { font-size: 200%; }
H2 { font-size: 175%; }
H3 { font-size: 150%; }
H4 { font-size: 125%; }
H5 { font-size: 75%; }
H6 { font-size: 50%; }

BODY { background-color: #cccccc;
       font-family: Georgia, Arial, Helvetica, sans-serif;
}

P.lineandahalf { line-height: 150%; }

P.inline { line-height: 150%; 
           width: 512px;
           line-break-before: always;
}

P.important { font-size: 150%;
              width: 512px;
}

#important { font-size: 150%;
}

UL { margin-top: 0px;
     margin-bottom: 0px;
     width: 512px;
}

LI { font-size: 80%;
     font-family: Georgia, Arial, Helvetica, sans-serif;
     font-color: #000080;
     list-style-type: disc;
     list-style-position
}

.red { color: red; }
.green { color: green; }
.blue { color: blue; }
.black { color: black; }
.white { color: white; }
.kaki { background-color: #eaeeaf; }
#big { font-size: 120%; }
#small { font-size: 80%; }
#upper { text-transform: uppercase; }
#lower { test-transform: lowercase; }

A:link {color: red; }
A:visited {color: blue; }
A:active {color: purple; }

table A { text-decoration: underlined;
}

#bright { font-weight: bolder;
          color: #000000;
}

#pageheader {font-size: 150%;
             font-weight: bolder;
             color: #000000;
             background-color: #EAEAFF;
             vertical-align: middle;
             text-align: center;
             position: relative;
             top: 5px;
             left: 5px;
             width: 512px;
             height: auto;
             padding-top: 5px;
             padding-bottom: 5px;
             margin-top: 15px;
             margin-right: 5px;
             margin-bottom: 5px;
             margin-left: 5px;
             display: block;
             border: 1px solid #000080;
}

th { font-weight: bolder;
     color: #000000;
     background-color: #EAEAFF;
     vertical-align: middle;
     text-align: left;
}

#block512 { width: 512px;
}

#block512 { width: 512px;
            align: center;
}

#offset-ph { position: relative;
             top: 10px;
             left: 5px;
}

#ph-bottom-offset { position: relative;
                    top: 5px;
                    left: 5px;
}

#item-descriptor {font-size: 100%;
                  display: list-item;
                  list-style-image: url('../../../../_Images/redball.gif');
                  list-style-type: disc;
                  text-decoration: underline;
                  font-weight: bolder;
                  padding-top: 0px;
                  padding-bottom: 0px;
                  margin-top: 0px;
                  margin-bottom: 0px; list-style-position

}

#notice { font-size: 125%;
          font-family: Georgia, Arial, Helvetica, sans-serif;
          font-color: #000080;
          font-weight: bolder;
          text-align: left;
          padding: 2px;
}
 
EM {font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: bolder;
}

#cal-mo { color: #000000;
          font-family: Georgia, Arial, Helvetica, sans-serif;
          font-size: 8pt;
          text-decoration: underline;
}

td.col-header { font-family: Georgia, Arial, Helvetica, sans-serif;
                font-size: 100%;
                font-weight: bolder;
                text-align: left;
                height: auto;
}

td.important { font-family: Georgia, Arial, Helvetica, sans-serif;
               font-size: 100%;
               font-weight: bolder;
               color: #0000A0;
}

td.color-header { font-family: Georgia, Arial, Helvetica, sans-serif;
                  font-size: 100%;
                  font-weight: bolder;
                  text-align: left;
                  background-color: #eaeeaf;
}

#section-hdr { text-align: center;
               width: 512px;
}