/* Shared styles for help pages */

body, div, a, span {
    font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    width: 100%;
}

.top-line {
    min-width: 1220px;
    height: 4px;
    display: block;
    background: #D21E27;
}

.logo-area {
    min-width: 800px;
    height: 97px;
    display: block;
}

.logo {
    width: 251px;
    height: 45px;
    margin: 24px 0 0 30px;
}

.header-spacer {
    float: right;
    line-height: 80px;
    display: inline-block;
}

table {
    margin: 0 auto;
    border: 0;
    width: 800px;
}

table td {
    vertical-align: top;
}

table td[colspan="2"] {
    text-align: center;
}

p {
    margin: 0;
}

p.red {
    color: red;
    font-size: large;
}

p.blue {
    color: blue;
}

hr {
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}
