/* default.css */

a:hover {
    color: #3c5ec9;
}

a {
    color: #000000;
}

body {
    background-color: #ffffff;
    font-family: sans-serif;
}

div.footer {
    border-top: 1px solid #aaaaaa;
    margin-bottom: 15px;
    margin-top: 60px;
    text-align: center;
}

div.footer hr {
    visibility: hidden;
}

div.hr {
    border-bottom: 1px solid #aaaaaa;
}

div.hr hr {
    visibility: hidden;
}

dl dd {
    margin-bottom: 20px;
    margin-left: 20px;
}

dl dt {
    font-weight: bold;
}

h1 {
    color: #4f6096;
    font-size: 140%;
}

h1 a, h1 a:hover {
    color: #4f6096;
    text-decoration: none;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
}

table.horizontal,table.vertical {
    border-color: #b3b3b3;
    border-collapse: collapse;
}

table.horizontal th,table.vertical th {
    background-color: #eeeeee;
}

table.horizontal tr.even,table.vertical tr.even {
    background-color: #eeeeee;
}

table.vertical th {
    text-align: right;
}

/* end */
