body, html {
    height:     100%;
    width:      100%;
    color:      #5c5f63;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size:   14px;
    line-height: 120%;
    margin:  0;
    padding: 0;
    text-rendering: geometricPrecision;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
* {
    font-family: inherit;
    line-height: inherit;
}
body {
    min-width: 95%;
    max-width: 95%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin:  0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

input::-moz-focus-inner {
    border:  0;
    outline: 0;
    padding: 0;
}


a:link, a:visited, a:active {
    color:   #5c5f63;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #848484;
    text-decoration: none;
}
a[href="/"] {
    color: #0b5fb4;
    text-transform: lowercase;
}
a[href="/"]:hover {
    color: #217cc5;
}

.even td, .odd td {
    padding: 11px 10px 9px 10px;
    border-bottom: 1px solid #ededee;
    font-family: "Lucida Console", Courier, monospace, sans-serif;
    font-size: 90%;
}
table {
    border: 0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;

    background: #f2f2f2;
    background:    -moz-linear-gradient(left, #f2f2f2 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #f8f8f8 100%);
    background:      -o-linear-gradient(left, #f2f2f2 0%, #f8f8f8 100%);
    background:     -ms-linear-gradient(left, #f2f2f2 0%, #f8f8f8 100%);
    background:         linear-gradient(to right, #f2f2f2 0%, #f8f8f8 100%);
    background:        -webkit-gradient(linear, left top, right top, color-stop(0%, #f2f2f2), color-stop(100%, #f8f8f8));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f8f8f8',GradientType=1 );
}
.even td, .odd td, .indexbreakrow {
    background: #fff;
    background: #fff !important;
}
table th:first-child,
table td:first-child {
    width: 46px;
    text-align: right;
}
table th:nth-child(3),
table td:nth-child(3),
table th:nth-child(4),
table td:nth-child(4) {
    text-align: right;
}

#indextitle {
    color: #0b5fb4;
    line-height: 120%;
    font-size: 30px;
    padding: 30px 0 20px 32px;
    cursor: default;
    word-spacing: 2px;
}
.indexhead {

}
.indexhead th {
    padding: 11px 10px 9px 10px;
    font-weight: bold;
}
hr {
    display: none;
}
address {
    margin-left: 22px;
    padding: 12px 10px;
}

