@charset "UTF-8";
/* CSS Document */

body {
    background-color: #e0e1eb;
}
body,td,th {
    font-family: "PT Sans", "PT Sans Narrow", "Lucida Sans Regular", Helvetica, sans-serif;
    font-size: 13px;
    color: #2c2c3a;
}
a:link {
    color: #4c2323;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #4c2323;
}
a:hover {
    text-decoration: underline;
    color: #6D5C61;
}
a:active {
    text-decoration: none;
    color: #EDE6D5;
}
h1 {
    font-size: 16px;
    color: #4c2323;
    font-weight: 700;
}
h2 {
    font-size: 16px;
    color: #2c2c3a;
    font-weight: 700;
}
h3 {
    font-size: 14px;
    color: #4c2323;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    color: #2c2c3a;
    font-weight: normal;
}