/* defualt.emenorah.css   */

body {
    background-color: white;
    color: black;
    font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
font-size: 100%;
    text-decoration: none;
   margin: 2em 2em  0em 2em;
    font-weight: normal;
}

a {   
    color: #000099;
    text-decoration: none;
    background-color: white;
    cursor: pointer; 
}

a:hover {     
    text-decoration: underline; 
}

p a { 
   font-weight: bold;
}

div.two {
    color: black;
    background-color: white;
    line-height: 130%;
    font-size: 100%;
}

.BoxContents {
    color: black;
    background-color: white;
    font-size: 105%;
    margin: 0em 2em 0em 2em;
}

h1.TIname {
    font-size: 135%;
}
h2.PageName {
    font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
    font-size: 125%;
   }
h3.PageName {
    font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
    font-size: 125%;
   }

h3.Section {
        color: black;
    background-color: white;
    font-size: 110%;
/* color: #443480; */
    text-decoration: underline;
}

h3.TOC{
    color: black;
    background-color: white;
    font-size: 110%;
    line-height: 120%;
     font-weight: bold;
     margin: 0em;
     text-align: center;
}

#links {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 100%;
   margin: 0em;
       text-align: center;
}

#CopyrightLinks {
    color: black;
    background-color: white;
    font-size: 85%;
    font-weight: bold;
    font-family:  Verdana,  Arial, Helvetica, sans-serif;
    text-decoration: none;
     cursor: pointer;
    text-align: center;
    border-top: 2px solid #ccc;
    padding: 1em 0em 0em 0em;
    margin: auto;
}

#CopyrightWords {
    font-size: 80%;
    font-weight: normal;
    color: black;
   font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
    background-color: white;
    text-align: center;
    padding: 1em 0em 1em 0em;
   margin: auto;
}

#showbox {
    margin: 1em 6em 0em 3em; 
    border-top: 1px solid #ccc;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-left: 1px solid #ccc;
    padding: 1em;
}
