body {
    font-family: Trebuchet MS, Arial, Verdana, Helvetica;
    font-size: 12px;
    text-align: center;
    background-color: #27475d;
    margin: 0px;
    padding: 0px;
}

div, span, td {
    font-family: Trebuchet MS, Arial, Verdana, Helvetica;
    font-size: 11px;
}


.indexLeft {
    width: 7px;
    background-image: url(graphics/index_left.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.indexMiddle {
    width: 95px;
    background-image: url(graphics/index_middle.gif);
    background-repeat: repeat-x;
    text-align: center;
    color: #27475b;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 5px;
}

.index {
    width: 109px;
    background-image: url(graphics/index.gif);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 3px;
    margin: 5px;
    font-family: trebuchet ms;
    color: #506070;
    line-height: 10px;
}

.indexOver {
    width: 109px;
    background-image: url(graphics/indexOver.gif);
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 3px;
    margin: 5px;
    font-family: trebuchet ms;
    color: #506070;
    line-height: 10px;
}

.indexRight {
    width: 7px;
    background-image: url(graphics/index_right.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.selector {
    width: 109px;
    background-color: transparent;
}

.selectorSelected {
    width: 110px;
    background-color: #b1d500;
}

.spacer {
    width: 2px;
    font-size: 1px;
}

h1 {
    font-family: "Trebuchet MS", arial, verdana;
    font-size: 24px;
    color: #27475d;
    border-bottom: 2px solid #27475d;
}

.vertical {
    font-family: verdana;
    background-color: #27475d;
    color: white;
    text-align: left;
    vertical-align: middle;
    padding: 6px;
    font-size: 10px;
    font-weight: bold;
    writing-mode: tb-rl;
    filter: flipv fliph;
}

.horizontal {
    font-family: verdana;
    background-color: #27475d;
    color: white;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

a,a:link,a:hover,a:active,a:visited {
    color: #27475d;
    text-decoration: underline;
}