            BODY {
               background-color: #ffffff;
               font-family:tahoma, arial,sans-serif;
               font-size: 11px;
            }
            H1 {
               font: bold 21px tahoma,sans-serif;
               color: #c00;
               width: 400px;
            }

            H2 {
               font: bold 15px tahoma,sans-serif;
               color: #fff;
               margin: 0px;
            }

            H3 {
               font: bold 14px tahoma,sans-serif;
               color: #c00
            }

            P,TD,OL,UL,LI,INPUT,SELECT,TEXTAREA {
               font: 11px tahoma,arial,sans-serif;
            }

            P.large {
               font-size: 12px;
            }

            P.search {
               font-weight: bold;
               margin-top: 3px;
               margin-bottom: 1px;
            }

            P.small {
               color: #666;
               margin-top: 4px;
            }

            P.red {
               color: #c00;
            }
            P.blue {
               color: #0e569e;
            }

            .job {
               width: 255px;
               border: 1px #666 solid;
            }

            .jobsmall {
               width: 125px;
               border: 1px #666 solid;
            }

            .jobd {
               width: 230px;
               border: 1px #666 solid;
            }

            .jobsmalld {
               width: 110px;
               border: 1px #666 solid;
            }

            A.white_bl {
               color: #fff;
               text-decoration: none;
            }

            A.white_bl:HOVER {
               text-decoration: underline;
            }

            A.black {
               color: #000;
            }

            A.small {
               color: #666;
            }

            A.jobtitle {
               font-size: 13px;
               font-weight: bold;
               color: #0e569e;
            }

            A.pages {
               color: #c00;
            }

            TD.lightblue {
               background-color: #cee4ef;
            }
            TD.blue {
               background-color: #0295c6;
               color: #fff;
            }
            TD.darkblue {
               background-color: #0a77ae;
               color: #fff;
            }

            TD.red {
               background-color: #c00;
               color: #fff;
            }
            TD.grey {
               background-color: #dad6d6;
            }
            TD.darkgrey {
               background-color: #333;
               color: #fff;
            }

            OL.red {
               color: #c00;
               font-weight: bold;
            }

            OL.blue {
               color: #c00;
               font-weight: bold;
            }

            LI {
               color: #000;
               font-weight: normal;
            }

            #recjobs {
               position: absolute;
               top:      205px;
               left:     80px;
               z-index:  2;
               width:    280px;
            }

            #jobsearch {
               position: absolute;
               top:      205px;
               left:     505px;
               z-index:  2;
               width:    295px;
               height:   300px;
               background-color: #dad6d6;
            }

            #main {
               position: absolute;
               left:     50px;
               top:      205px;
               z-index:  1;
            }

            #jobs {
               position: absolute;
               left:     50px;
               top:      175px;
               z-index:  1;
            }

            #top {
               position: absolute;
               left:     50px;
               top:      20px;
               z-index:  1;
            }

            FORM {
               margin: 0px;
            }