/*
 * a.subject - anchor tags for the index headings
 */
a.subject {
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #ffffff;
}
a.subject:hover {
    color: #000000;
}

/*
 * a.child - anchor tags for the index child items
 */
a.child {
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #000000;
}
a.child:hover {
    color: #305495;
}


/*
 * the default for the body of the website
 */
body {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 8pt;
    background-color: #ffffff;
}

p, td, ul, ol, li, small {
    font-family: verdana;
    font-size: 8pt;
}

td.block {
    background-color: #305495;
    font-family: verdana;
    color: #ffffff;
    font-size: 8pt;
}
td.subject {
    background-color: #305495;
    font-family: verdana;
    font-size: 8pt;
    border-bottom: 1px solid #ffffff;
}
td.child {
    background-color: #c0c0c0;
    font-family: verdana;
    font-size: 8pt;
    border-bottom: 1px solid #ffffff;
}
td.preview {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}

table.admin {
    border-left: 1px solid #cccccc;
    border-top:  1px solid #cccccc;
}
td.admin {
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
td.news {
    border-bottom: 1px solid #305495;
}