@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial;
    font-size: 12px;
    width: 301px;
    background-color: #fff;
    margin: 1px;
    padding-left: 12px;
}

p,div {
    border: 0;
    color: #000;
}

img {
    border: 0px;
    vertical-align: middle;
}

a {
    color: #005FA2;
    text-decoration: underline;
}

a:active,a:hover {
    text-decoration: none;
}

#ititle {
    background-color: #E1E4E6;
    font-size: 12px;
    color: #004873;
}

#ititle a {
    color: #004873;
}

#bottom {
    background-color: #e5e5e5;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    padding: 12px 0px 17px 8px;
}

#bottom .links {
    margin-top: 20px;
    color: #004873; 
}

#bottom a {
    color: #004873;
}

.center {
    text-align: center;
}

h1 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #0D6597;
    font-weight: bold;
}

.menu a {
    -x-system-font: none;
    color: #0D6597;
    font-family: Arial;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
}

.menu {
    margin: 7px 0px 14px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #cccccc;
}
