/* style sheet for LCD pages */


/*===== document body =====*/
body
{
    background: #FFFFCC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}


/*===== Link colors =====*/
a
{
    text-decoration: none
}

a:link
{
    color : #0000FF
}

a:active
{
    color : #FF0000
}

a:visited
{
    color : #006600
}

a:hover
{
    color: #0000FF;
    background: yellow;
}


/*=======================*/
.sitename
{
    margin-top: 20px;
    margin-bottom:10px;
    color: blue;
    text-align: center;
    font-style: italic;
    font-size: x-large;
    font-weight: bold;
}

.sitesubtitle
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    text-align: center;
    font-size: large;
    font-weight: normal;
}

.pagesubtitle
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: black;
    text-align: center;
    font-size: x-large;
    font-weight: normal;
}

.visitor
{
    text-align: center;
}

.copy
{
    border-top: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    font-size: x-small;
    text-align: center;
}


/*=======================*/
.paragraph_1
{
    margin: 20px 0px 20px 0px;
    border-top: 4px solid #cccccc;
    border-bottom: 0px solid #cccccc;
/*    background: orange;   */
    text-align:left;
    font-size: 22px;
    font-weight: bold;
}

.paragraph_2
{
    margin: 10px 0px 10px 0px;
    border-top: 3px solid #cccccc;
    border-bottom: 0px solid #cccccc;
/*    background: orange;   */
    text-align:left;
    font-size: 18px;
    font-weight: bold;
}

.paragraph_3
{
    margin: 10px 0px 10px 0px;
    border-top: 2px solid #cccccc;
    border-bottom: 0px solid #cccccc;
/*    background: orange;   */
    text-align:left;
    font-size: 16px;
    font-weight: bold;
}

.paragraph_4
{
    margin: 10px 0px 10px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
/*    background: orange;   */
    text-align:left;
    font-size: 14px;
    font-weight: bold;
}

.paragraph_content
{
    font-size: 14px;
}


/*=======================*/
.valid
{
    margin: 10px 0px 10px 0px;
    text-align: center;
}


.navigators
{
    margin: 10px 0px 10px 0px;
    padding: 4px 0px 4px 0px;
    background-color: #cccccc;
/*
    border-top: 1px dashed black;
    border-bottom: 1px dotted black;
*/
    font-size:small;
    text-align:center;
}


/*=======================*/
table
{
    border: 0px solid black;
    border-collapse: collapse;
    width: 80%;
    margin-left: 10%;
}

caption
{
    caption-side: top;                   /* top | bottom | left | right  */
    margin-bottom: 6px;
    text-align: left;
    font-weight: bold;
}

thead
{
    border: 0px solid black;
    background-color: #cccccc;
    text-align: center;
    color: black;
}

tr
{
    border: 0px solid black;
}

th
{
    border: 0px dotted black;
}

td
{
    border: 0px dotted black;
    vertical-align: top;
}

td.middle
{
    text-align: center;
}

