/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFF0;
    color: black;
}


INPUT[type="image"]:hover {text-decoration: none}

A.toolbar:link {color: #FFD020; FONT: 10pt Arial; text-decoration: underline}
A.toolbar:visited {color: #FFD020; FONT: 10pt Arial; text-decoration: underline}
A.toolbar:hover {color: #FFFF20; font: 10pt Arial; text-decoration: underline; background: none}


A.sm:link {color: black; FONT: 8pt Arial; text-decoration: underline}
A.sm:visited {color: black; FONT: 8pt Arial; text-decoration: underline}
A.sm:hover {color: black; FONT: 8pt Arial; text-decoration: underline}
.sm {color: black; FONT: 8pt Arial; text-decoration: none}

A.smw:link {color: white; FONT: 8pt Arial; text-decoration: underline}
A.smw:visited {color: white; FONT: 8pt Arial; text-decoration: underline}
A.smw:hover {color: white; FONT: 8pt Arial; text-decoration: underline; background: #FFA000}
.smw {color: white; FONT: 8pt Arial; text-decoration: none}



/*A:link {color: #0000A0; FONT: 10pt Arial; text-decoration: underline}
A:visited {color: #0000A0; FONT: 10pt Arial; text-decoration: underline}
A:hover {color: #0000A0; font: 10pt Arial; text-decoration: underline; background: #E0E0FF}*/

A:link {color: black; FONT: 10pt Arial; text-decoration: underline}
A:visited {color: black; FONT: 10pt Arial; text-decoration: underline}
A:hover {color: black; font: 10pt Arial; text-decoration: underline; background: #FFD020}

A.onbox:link {color: black; FONT: 10pt Arial; text-decoration: underline}
A.onbox:visited {color: black; FONT: 10pt Arial; text-decoration: underline}
A.onbox:hover {color: black; font: 10pt Arial; text-decoration: underline; background: #FFD020}



H1      {font-weight: bold;
        font-size:11pt;
        text-align: left;
        font-family: 'Gill Sans', Arial, sans-serif}
        
TD.toolbar{
   border-bottom: 2px groove #000000;
   border-top: 1px solid #000000;
}
table.toolbar{background-image: url("/img/menubar.jpg");
    background-color:#eee;
    color:white;
    }


div.err {font-weight: bold;
   font-size:11pt;
   text-align: center;
   color:red;
    }



.stdbar{font-weight: bold;
        font-size:12pt;
        text-align: center;
        color: #000000;
        background: #F0F0E0;
        font-family: 'Gill Sans', 'Arial', 'sans-serif';
        border:1px solid black;
        border-bottom: none
    }
    
.box {
    padding:20px;
    margin:3.3% 10% 3% 10%;
    color:black;
    background-color:#eee;
    background-image: url("/img/toc_bg.jpg");
    border:1px solid black;
    }
    
    
.Content {
    margin:0px 15% 5px;
    padding:20px;
    color:black;
    background-color:#eee;
    background-image: url("/img/toc_bg.jpg");
    background-repeat: repeat;
    border:1px solid black;
    }
    
#header {
    margin:30px 15% 0px 15%;
    padding:0px;
    }

    
.langbox {
    padding:0px;
    margin: 0px 0px 0px 0px;
    color:white;
    background-color:black;
    /*background-image: url("/img/candle_bg.jpg");*/
    }

    
.stdbox{background: #F7F6F1;
        background-image: url("/img/toc_bg.jpg");
        padding:20px;
        border:1px solid black;
        }

input.stdinput {background: #F0F0E0;
                border:2px outset #F0F0E0
}


td.flabel{
   text-align: right;
   vertical-align: top;
   padding-right: 8pt;
   font-family: 'Gill Sans', 'Arial', 'sans-serif';
   font-size: 11pt;
}

table.towns{
   margin:0px 15% 5px;
   background-image: url("/img/toc_bg.jpg");
   padding:20px;
   color: black;
   border:1px solid black;
   border-collapse: collapse;
}

#smap{
   font-size:8pt;
   text-align: center;
   vertical-align: bottom;
   align: right;
   font-family: 'Gill Sans', Arial, sans-serif;
}


.paper{
   background: #F7F6F1;
   background-image: url("/img/toc_bg.jpg");
   border-right:1px solid black;
   border-bottom:1px solid black;
   padding-right:4pt;
   padding-bottom:4pt;
}


#ht{
   color: red;
   text-decoration: underline;
   font-weight: bold;
}
