p,ul,ol,li,div,td
{
        font-family : Arial, sans-serif;
        font-size : 12px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        color : Black;
}

.content-h1
{
        color : Black;
        font-family : Arial, sans-serif;
        font-size : 16px;
        font-style : normal;
        font-weight : bold;
}

.content-h2
{
        font-family : Arial, sans-serif;
        font-size : 13px;
        font-style : italic;
        font-weight : bold;
        color : Black;
}

.content-flow
{
        font-family : Arial, sans-serif;
        font-size : 12px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        color : Black;
}

a
{
        color : #123456;
        font-family : Arial, sans-serif;
        font-size : 12px;
        font-style : normal;
        font-weight : normal;
}

.content-navi
{
    color : Maroon;
        font-family : Arial, sans-serif;
        font-size : smaller;
        font-style : normal;
}

body
{
        background : #F0F0F0;
}
TD {
        vertical-align : top;
}

TD.middle {
        vertical-align : middle;
}
td.a { background-color:#EEEEEE; }
td.b { background-color:#FFFFFF; }

TD.remax {
        vertical-align : bottom;
        font-size : 11px;   
}

.bold { font-weight : bold; }