body {
    font-family: sans-serif;
    font-size: 0.8em;
}

h1 {
    font-family: sans-serif;
    font-size: 2.3em;
    font-weight: bold;

    padding :8px;

    background: url(../Images/svl_main_icon.gif) no-repeat 2px 0;

    text-indent: 50px;

    color: #181F5C;
    
    border_color: #181F5C;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 4px;
    border-left-width: 0px;
}

h2 {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;

    margin-top: 40px;

    text-indent: 7px;

    color: #181F5C;
    
    border_color: #181F5C;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0px;
}

h3 {
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    color: #181F5C;
    background: #E2F0FE;
}

td {
    font-family: sans-serif;
    font-size: 0.8em;

    empty-cells: hide;
}

p {
    margin-top: 10px;
    margin-bottom: 0px;
}

hr {
    background-color: #181F5C;
    color: #181F5C;
    border: none;
    height: 1px;
}

img {
    margin-top: 3px;
    margin-bottom: 10px;
}

.menu {
    background-color:#ccccff;
}


.tip_box {
    border: 1px outset #655c86;
    background: #f3f1f3;
}

.tip_item {
    font-family: sans-serif;
    font-size: 0.9em;

    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 5px;
}


