p  {
    font-family : 'Times New Roman', serif;
    color : #000080;
}
h3 {
    color : #000080;
}
table {
    font-family : 'Times New Roman', serif;
    color : #000080;
    border-collapse : collapse;
}
td {
    padding : 5px;
}
.header {
    font-family : 'Times New Roman', serif;
    font-size : 24pt;
    color : #008080;
    text-align : center;
}
#helpbox {
    padding : 2% 5% 5%;
    color : #000080;
}
.center {
    text-align : center;
}
.right {
    text-align : right;
}
a:link {
    color : #008080;
}
a:active {
    color : #008080;
}
a:visited {
    color : #008080;
}
a:hover {
    color : #000080;
}
.hlight {
    background-color : #84dfc1;
}
.clear {
    background-color : #fff;
}
.rangeWarning {
    color : red;
    font-family : verdana, sans-serif;
    font-size : 12pt;
}
.tblBorder {
    border : 1px solid black;
    border-color : #000080;
}
.rwMain {
    background-color : #fff;
}
.rwAlt {
    background-color : #eee;
}
.tblHdr {
    font-weight : bold;
    border-color : #000080;
    background-color : #87ceeb;
}
.indent {
    margin-left : 20px;
}
.indent2 {
    margin-left : 40px;
}
.centerTable {
    margin-left : auto;
    margin-right : auto;
}
.tblLines td {
    border : 1px solid inherit;
    border-color : #999;
}
.emph {
    font-weight : bold;
}
.hidden {
    display : none;
}
.fixedWidth {
    font-family : 'Lucida Console', 'Courier New', monospace;
}
.hdrLnk {
    font-size : 12pt;
    font-weight : normal;
    font-family : 'Times New Roman', serif;
}