body{

}

h1 {
    /*
    font-family: 50, "Times New Roman", serif;
    */
    text-align: center;
    font-variant: small-caps;
}

h2 {
/*
    font-family: 35, "Times New Roman", serif;
*/
    font-size: 18pt;
    font-variant: small-caps;
}

h3 {
    /*
    font-family: 20, "Times New Roman", serif;
    */
    font-variant: small-caps;
}

hr {
    width: 40%;
    background-color: blue;
    height: 1px;
    margin-left:0px;
}

input.preload {
    color: gray;
}

#search-table
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    width: 80%;
    text-align: left;
    border-collapse: collapse;
}
#search-table td
{
    height: 40px;
}
#search-table td.desc
{
    height: 40px;
    width: 40%;
}

.help { position: absolute;
    left: 300px;
    top: 20px;
    visibility: hidden;
    width: 100px;
    padding: 10px;
    border: 1px solid #f00;
}

/*
.help_link a {color: #060; text-decoration: none }
*/
.help_link a {
    font-style: normal;
    font-weight: bold;
    /*
    font-variant: small-caps;
    */
    color: blue;
    font-style: italic;
    text-decoration: none
}
.help_link a:hover {cursor : help}

span.disabled {
    font-style: italic; 
/*
    color: #C0C0C0;
*/
    color: #686868;
}

#content_search {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 0;
}
