body {
    background-image: url(images/back.gif);
    font-size: 100%;
}
p {
    font-size:1.25em;
    color: #000099;
}
.q {
    text-align:center;
    margin-top:0.5em;
    margin-bottom:0.5em;
}
p.menuitems {
    font-size:1em;
    text-align:center;
    margin-top:1em;
    margin-bottom: 1em;
    margin-left:0%;
    margin-right:0%;
    font-family: helvetica, sans-serif;
}
p.small {
    font-size:0.85em;
    text-align:center;
    margin-top:-0.5em;
}
hr {
    height:6px;
    width:47%;
    border:0px;
    background-image:url('images/toshr.png');
}
a:link {
    color:#000099;
    text-decoration:none;
}
a:visited {
    color:#000099;
    text-decoration:none;
}
a:hover {
    color:#990066;
    text-decoration:underline;
}
tr {
    vertical-align: top;
}
td {
    vertical-align: center;
    color: #000099;
}
tx {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}
p.copyright {
    text-align:center;
    color: #000099;
    font-size:0.8em;
}
p.ind {
    font-size:1.5em;
    text-indent:30%
}
p.tbl {
    font-size:1.5em;
    text-align: left;
    margin-top: -1em;
}
p.tbltop {
    font-size:1.5em;
    text-align: left;
    margin-top: -0.5em;
}
p.indhdr {
    font-size:2.5em;
    text-indent:25%;
}
p.mid {
    font-size:2.5em;
    text-align:center;
}
p.midmid {
    font-size:1.5em;
    text-align:center;
}
p.midsmall {
    font-size:1em;
    text-align:center;
}
p.hdr {
    text-align:center;
    color: #000099;
    font-size:2em;    
}
p.lhdr {
    text-align:left;
    color: #000099;
    font-size: 2em;
}
p.subhdr {
    text-align:center;
    color: #000099;
    font-size:1.4em; 
}
p.subhdrl {
    text-align:left;
    color: #000099;
    font-size:1.5em;
}
p.gap {
    margin-bottom:3em;
}
.box {background: #fdfdfd;
    border: 0.3em solid #99c;
    border-style: ridge;
    padding: 1em;
    width: 80%;
    font-size: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
}
#nav {
    float: right;
    border: 5px #444;
    border-style: solid;
    width: 250px;
    font-weight: bold;
    background-color: #c9cbda;
    margin: 5px;
    padding: 3px 0;
    text-align: center;
}
p.nhdr {
    font-family: verdana, sans-serif;
    font-size:1em;
    color: #404573;
}
p.nlin {
    font-family: verdana, sans-serif;
    font-size:1em;
    color: #ffffff;
    padding: 0px 20px 0px 20px;
}
#nav a {
    text-decoration: none;
    display: block;
    width: 200px;
    background-color: #8187A9;
    border-style: outset;
    color: #ffffff;
}
#nav a:hover {
    background-color: #DCDEEC;
    color: #535877;
}
.inbox {background: #fff;
    border: 0.3em solid #99c;
    border-style: ridge;
    padding: 1em;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
}
p.ihdr {
    font-size: 2em;
    margin-top:0em;
}
p.isubhdr {
    font-size: 1.6em;
    margin-left: 10%;
}
p.isubtext {
    color: #6d74ab;
    margin-left: 10%;
    margin-top: -1em;
}
p.idates {
    margin-left: 20%;
    font-weight: bold;
}
p.iindsubtext {
    color: #6d74ab;
    margin-left: 20%;
}
.grey {
    color:#236;
    font-weight: bold;
}
table.t1 {
    background-color: #fff;
    border: 0.3em solid #99c;
    border-style: ridge;
    border-spacing: 1em;
    margin-left:auto; 
    margin-right:auto;
}
table.t2 {
    background-color: #fff;
    border: 0.3em solid #99c;
    border-style: ridge;
    border-spacing: 1em;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:1em;
}
table.t1 tr:nth-child(even) {
     background-color: #ddd;
}
table.t1 tr:nth-child(odd) {
     background-color: #fff;
}
table.t2 td {
     vertical-align: middle;
     text-align:center;
 }