/*
 * combined style sheet for the index pages and the slide pages.
 */

samp {
    font-style: normal;
}

small {
    font-family: Arial,Helvetica;
    font-size: 12px;
}

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

p, ul, ol, li, blockquote {
    font-size: 12px;
}

.generator {
    color: #666666;
    font-size: 10px;
    font-weight: normal;
}

.header {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
}

.subheader {
    color: #696969;
    font-size: 14px;
    font-weight: normal;
}

.detaillist {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
}

.detaillist_header {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

.detaillist_link {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

.tab {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.select_exh  {
    color: #8d4650;
    font-size: 11px;
    font-weight: bold;
}

.nav {
    font-size: 11px;
    background-color: #e9e3d5;
    color: white;
    font-weight: bold;
}

.nav table {
    cellspacing: 6;
    cellpadding: 3;
}

.nav a:active {
    text-decoration: none;
    color: white;
}

.nav a:visited {
    text-decoration: none;
    color: white;
}

.nav a:hover {
    text-decoration: none;
    font-size: 11px;
    background: #9c6a32;
}

.nav a:link {
    text-decoration: none;
    color: white
}

form {
    font-family: Arial,Helvetica;
    font-size: 10px;
}

input,select,option {
    font-family: Arial,Helvetica;
    font-size: 10px;
    background-color: #f3f2ed;
    color: #333333;
}

form {
    margin-bottom : 0px;
    margin-top : 4px;
}

body {
    background-color: #ffffff;
    background-image: url('background.gif');
    color: #000000;
    margin-left : 10px;
    margin-top : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
    font-family: Tahoma,Arial,Helvetica;
}

.rover {
    background: #b2b2b2;
}

.rover a {
    color: #ffffff;
}