/* Default style sheet - foe.css */
/* This is the style sheet for all foe pages */
/* Certain elements can change to alter the appearance of the pages quickly */


BODY
{
    font-family: Arial;
    background-color: white;
    color: black;
    font-size: 11pt;
}

BODY.eca
{
    font-family: Arial;
    background-color: lightskyblue;
    color: black;
    font-size: 11pt;
}    

P
{
    font-family: Arial;
}


A:active
{
    color: mediumslateblue;
}


A:link
{
    color:blue;
}


A:visited
{
    color: purple;
}


A:hover
{
    color: red;
}


H1
{
    font-family: Arial;
    font-size: 300%;
    color: darkblue;
    margin-top: 3;
    margin-bottom: 3;
}

H2
{
    font-family: Arial;
    font-size: 160%;
    color: navy;
    margin-top: 4;
    margin-bottom: 0;
}

H3
{
    font-family: Arial;
    font-size: 130%;
    color: navy;
    margin-top: 4;
    margin-bottom: 0;
    border-top: thick solid lightsalmon;
}

H4
{
    font-family: Arial;
    font-size: 100%;
    color: navy;
    margin-top: 1;
    margin-bottom: 0;
}

H5
{
    font-family: Arial;
    font-size: 80%;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

H6
{
    font-family: Arial;
    font-size: 70%;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}


TABLE
{
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}


TABLE.narrow
{
    width: 70%;
    align: center;
}

TABLE.eca
{
    width: 80%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: blue;
}   

TABLE.ecaform
{
    width: 80%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: white;
} 

TR
{
    background-color: white;
}


TH
{
    font-size: 11pt;
    text-align: center;
    vertical-align: top;
}

TH.left
{
    font-size: 11pt;
    text-align: left;
    background-color: orange;
    vertical-align: top;
    padding: 5;
}

TD
{
    font-size: 11pt;
    text-align: left;
    background-color: white;
    vertical-align: top;
    padding: 5;
}

TD.right
{
    font-size: 11pt;
    text-align: right;
    background-color: white;
    vertical-align: top;
    padding: 5;
}


TD.head
{
    text-align: center;
    background-color: white;
    vertical-align: top;
    padding: 0;
}


TD.col
{
    font-size: 11pt;
    text-align: left;
    background-color: lightyellow;
    vertical-align: top;
    padding: 5;
}


OL
{
    list-style-type: decimal;
}


UL
{
    list-style-type: circle;
}


EM
{
    font-weight: bolder;
    font-style: italic;
}


DT
{
    font-weight: bold;
    font-style: italic;
}


DD
{
    font-weight: normal;
    font-style: normal
}




