/*table {border:solid 2px red;}
td {border:solid 2px green;}
*/

a {
    font-size: 9pt;
    color: #06c;
}

a:visited {
    color: #06c;
}

a:hover {
    color: #042648;
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    vertical-align: top;
}

.dts {
    font-size: 10pt;
    font-family: arial;
    color: rgb(255, 191, 0);
    font-style: italic;
}

.news {
    font-size: 10pt;
    font-family: arial;
    color: rgb(0, 0, 255);
    font-style: italic;
}

.main {
    font-size: 10pt;
    font-family: arial;
    color: rgb(40, 40, 40);
    text-decoration: none;
}

.menu {
    display: block;
    font-size: 10pt;
    font-family: arial;
    color: white;
    text-decoration: none;
    padding: 12px;
}

.menu:hover {
    background: #505050;
    color: #fff;
}

.menu:visited {
    color: #fff;
}

.menutd {
    font-size: 10pt;
    font-family: arial;
    border-bottom: solid 1px white;
    background: #8d8d8d;
    padding: 0;
}

.menutdselected {
    background: #505050;
    font-size: 10pt;
    font-family: arial;
    padding: 0;
}

.toptitle {
    font-size: 14px;
    font-family: arial;
    color: white;
    font-weight: bold;
    font-style: italic
}

.titles {
    font-size: 14pt;
    font-family: arial;
    color: rgb(39, 107, 128);
    font-weight: bold;
}

.dates {
    font-size: 10pt;
    font-family: arial;
    color: purple;
}

/* .dates {font-size:9pt; font-family:arial; color:rgb(255,191,0);}*/
.subtitles {
    font-size: 10pt;
    font-family: arial;
    color: rgb(39, 107, 128);
    font-weight: bold;
}

.address {
    margin: 0 0 0 30px;
}

a.links:link {
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

a.links:active {
    font-size: 10pt;
    color: navy;
    text-decoration: none;
}

a.links:visited {
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

a.links:hover {
    font-size: 10pt;
    color: navy;
    font-weight: bold;
}

a.downloads:link {
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

a.downloads:active {
    font-size: 10pt;
    color: silver;
    text-decoration: none;
}

a.downloads:visited {
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

a.downloads:hover {
    font-size: 10pt;
    color: silver;
    font-weight: bold;
}

td.leftbg {
    background: url("images/left_bg.gif");
}

td.greyspacer {
    background: url("images/grey_spacer.gif");
}

td.silverspacer {
    background: #e8e8e8;
    border: 1px solid white;
    margin-top: 0;
    vertical-align: top;
}

td.tracespacer {
    background: url("images/trace_spacer.gif");
}
