body    {   
    color:              black;
    background-color:   #fff;
    background-image:   url(images/bg.jpg);
    /*font-family:        verdana, 'times new roman', helvetica, sans-serif;*/
    /*font-size:          75%;*/
    }

a   {
    text-decoration:    none;
    }
    
a:link  {
    color:              blue;
    background-color:   inherit;
    }
    
a:visited {
    color:              blue;
    background-color:   inherit;
    }
    
a:active {
    color:              red;
    background-color:   inherit;
    }
    
a:hover {
    color:              #caa58a;
    background-color:   inherit;
    }

h1.pghdr {
    font-family:        'times new roman', times, serif;
    color:              #005f85;
    background-color:   inherit;
    text-align:         left;
    font-weight:        bold;
    font-style:         italic;
    }

#jlsw {
    margin-left:        150px;
    }
    
#container
    {
    width:              30pt;
    text-align:         center;
    color:              #000;
    background-color:   #fff;
    }

.contactinfo    {
    text-align:         right;
    color:              #005f85;
    background-color:   inherit;
    }
    
.maincontent    {
    text-align:         left;
    color:              #005f85;
    background-color:   inherit;
    font-weight:        bold;
    }
    
.feeschedhdr {
    color:              #fff;
    background-color:   #005f85;
    }

td.feeschedamt  {
    color:              #006699;
    text-align:         right;
    width:              69;
    font-weight:        bold;
    }

td.feedescription  {
    text-align:         left;
    }

table.jobs {
    background-color:   #0099cc;
    font-family:        verdana, 'times new roman', helvetica, sans-serif;
    font-size:          70%;
    border:             0;
    cellpadding:        0;
    }

td  {
    height:             30px;
    padding:            5px;
    /*width:              33%;*/
    }

td.bottom {
    vertical-align:     bottom;
    }

td.adminhdrBold {
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          12px;
    color:              #044f93;
    background-color:   #e6e6e6;
    font-weight:        bold;
    height:             11px;
    padding:            0;
    padding-left:       5px;
    text-align:         left;
}

td.admintxt {
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          9px;
    color:              #505050;
    background-color:   #e6e6e6;
    font-weight:        normal;
    height:             15px;
    padding:            0;
    padding-left:       5px;
    text-align:         left;
}

td.actionshdr {
    color:              white;
    background-color:   inherit;
    text-align:         center;
    width:              10%;
    }

.jobshdr {
    color:              #fff;
    background-color:   inherit;
    font-weight:        bold;
    font-size:          110%;
    }
    
.inputyes {
    font-weight:        bold;
    color:              red;
    }
    
.oddlines {
    background-color:   #f7efd2;
    color:              #000;
    }
    
.evenlines {
    /*background-color: #f7f7f7; <- offwhite */
    background-color:   #e6e6e6;
    color:              inherit;
    }
    
.barhdr  {
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          9px;
    background-color:   #005f85;
    color:              #fff;
    font-weight:        normal;
    height:             20px;
    padding:            0; 
}

.footer {
    color:              #006699;
    margin-left:        150px;
    font-size:          10pt;
    text-align:         center;
    }

.navbar {
    font-size:          15pt;
    margin-left:        150px;    
/*
    margin-left:        auto;
    margin-right:       auto;
*/    
    text-align:         center;
    }

.required   {
    color:              red;
    background-color:   inherit;
    font-weight:        bold;
    font-size:          10pt;
    }

.apprphdr   {
    color:              #005f85;
    background-color:   inherit;
    font-weight:        bold;
    text-decoration:    underline;
    font-size:          1.5em;
    font-style:         italic;
    }