/*  BACKGROUND  */
body { background-color: black;
       background-image: url('images/admin/THRPbg21.jpg'); 
       background-position: 0% 0%;
       background-repeat: repeat-y;
       background-attachment: scroll;
       margin: 8pt 4pt 0 0;
       font-family: Arial;
       font-size: 12pt;
       line-height: 12pt;
     }

/* LINKS
       Don't underline links, and make all links blue.
       Make links flash purple when activated.
*/
a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: red;}
 
.recovery {  font-family: Arial; 
             font-size: 12pt; 
             font-style: normal; 
             line-height: 12pt;
}
.bold {  font-family: Arial; 
         font-size: 12px; 
         font-weight: bold;
}
.lg {  font-family: Arial; 
       font-size: 14pt; 
       font-style: oblique; 
       color: #0033CC;
}
.small {  font-family: Arial; 
          font-size: 10pt; 
          color: #003399
}
.micro {  font-family: Arial; 
          font-size: 8pt; 
          color: #666666;
}
 
/* HEADINGS
*/
h1 {font: 22pt DearTheo, Arial;
    font-weight: Bold;
    line-height: 30pt;
}
h2 {font: 18pt DearTheo, Arial;
    font-weight: bold;
    line-height: 22pt;
}
.menu-top { text-align: center;
             font-family: Arial;
             font-size: 9pt;
             color: #66CC33;
             font-weight: normal;
                      
}
.menu-top a:link {text-decoration: none; color: white;}
.menu-top a:visited {text-decoration: none; color: white;}
.menu-top a:active {text-decoration: none; color: white;}
.menu-top a:hover {text-decoration: none; color: #FFFF66;}


.menu-bot { text-align: center;
             font-family: Arial;
             font-size: 8pt;
             color: blue;
             font-weight: normal;
}
.menu-bot a:link {text-decoration: none; color: blue;}
.menu-bot a:visited {text-decoration: none; color: blue;}
.menu-bot a:active {text-decoration: none; color: blue;}
.menu-bot a:hover {text-decoration: none; color: red;}

