html {
    height: 100%;
}

body {
    color: #000;
    height: 100%;
    margin: 0px 8px 0px 8px;
    background-color: #406480;
    font-family: Sans-Serif;
    min-width: 620px;
}

a:link, a:active, a:visited {
    color: #0072c6;
    text-decoration: none;
    outline: 0px none;
}

a:hover {
    color: #0072c6;
    text-decoration: underline;
    outline: 0px none;
}

#Service {
    min-height: 100%;
    background-color: #fff;
    border-bottom: 8px #406480 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Header {
    font-size: 14px;
    background-color: #dbe1e3;
    border-top: 1px #406480 solid;
    border-bottom: 1px #406480 solid;
}

.Content {
    font-size: 14px;
    border-bottom: #efeff2 1px solid;
}

.Navagation {
    font-size: 14px;
    padding: 5px;
    background-color: #e3eaef;
}

.Navagation2 td {
    font-size: 14px;
    padding: 5px;
    background-color: #efeff2;
    white-space: nowrap;
}

#Title {
    padding: 10px;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    font-family: Sans-Serif;
    background-color: #406480;
    background: #406480 url(TopShaddow.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#Title a:link, #Title a:active, #Title a:visited {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-decoration: underline;
    outline: 0px none;
    float: right;
    margin-top: 18px;
}

tr:hover {
    background-color: #fff9c9;
}