/*
body {
    font-family: sans-serif;
}
a {
    border-style: none;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    background-color: #993300;
}
a:active {
    color: #993300;
}
a:visited {
    color: #CC6600;
}
a:link {
    color: #993300;
}

h1 {
    color: #993300;
}
h2 {
    color: #993300;
}
h3 {
    color: #993300;
}

td {
    vertical-align: top;
    padding: 8px;
}
#m4_content td { padding:8px; }
th {
    text-align: left;
}
td.logo {
    width: 150px;
    border-top: 1px solid #00549e;
    border-bottom: 1px solid #00549e;
}

td.line {
    border-bottom: 1px solid black;
}

td.header{
    text-align: center;
    border-top: 1px solid #00549e;
    border-bottom: 1px solid #00549e;
}

*/
td.main {
    vertical-align: top;
    padding:1em;
}

td.menu {
    vertical-align: top;
    border-right: 1px solid #00549e;
    width: 20%;
    text-align: left;
    padding-left:1em;
    height:100%;
}


td.footer {
    text-align: center;
    border-top: 1px solid #00549e;
    border-bottom: 1px solid #00549e;
}


p.idx a { font-family: fixed; }

a.offsite:before {
    content: "Off-Site: ";
    color: black;
    font-variant: small-caps;
}

td.logo a:hover {
    color: transparent;
    background-color: transparent;
}


.important {
    border: 1px solid black;
    background-color: #FFDDDD;
    font-weight: bold;
    padding: 5px;
}

em.tm {
    letter-spacing: 2pt;
    font-variant: small-caps;
}
em.eric {
    font-variant: small-caps;
}
em.file {
    font-style: normal;
    letter-spacing: 2pt;
}
em.default {
    font-style: normal;
    color: blue;
}

kbd {
    background-color: #FFFEED;
}

pre {
    background-color: #FFFEED;
}

th {
//    background-color: #EEEEDE;
    background-color: #EFEEDA;
    padding: 5px;
    color: #993300;
}

span.small2 {
    font-size: 64%
}

