body
{
    background-color: #E8F4FF;
    margin: 0px;
}

/* any buttons */
.btn
{
    background-color: #E1E100;
}


/* title of page. this is the one on page */
.main_title
{
    color: #1A4382;
    font-family: Arial;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
}

/* title level 2. */
.sub_title
{
    color: #134F91;
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 20px;
    font-weight: bold;
}

/* all text on page */
.usual_text
{
    color: #125785;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
}


/*text in tables*/
.table_text
{
    color: #124B85;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
}


/* cells in first row of tables*/
.table_tit
{
    background-color: #D8E1EB;
    color: #124B85;
}
.table_tit_vert
{
    background-color: #D8E1EB;
    color: #124B85;
    writing-mode:           tb-rl;
    filter:                 flipv fliph;
        	text-align:             center;
        	vertical-align:         middle;
}


/* cells in other rows of tables*/
.table_cont
{
    background-color: #E2E7EB;

}

/* links */
a.link
{
    color: #15669B;
    font-family: Arial;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

a.link:link
{
    color: #15669B;
    font-family: Arial;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

a.link:visited
{
    color: #3E83AC;
    font-family: Arial;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}

a.link:hover
{
    color: #4399E7;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
