html { overflow-x: auto; } 

BODY {
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000; 
    background-color : #ffffff; 
    margin : 0; 
} 

BR {
    font-size : 5px; 
    margin : 0; 
}

/********** LINKS ****************/

A:link {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:visited {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:hover {
    COLOR: #F56655;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

A:active {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*margin: 0px 0px 0px 0px;*/
    /*list-style-image: url('./images/point.gif');*/ 
    /* background: url('./images/point.gif') no-repeat 0 12px; */
    /*padding: 2px 2px 2px 20px;*/
    /*padding: 10px 2px 2px 16px;*/
    /*display:block;*/
    /*display:list-item;*/
    
    list-style-image: url('./images/point.gif'); 
    padding: 0px 0px 0px 0px; 
 
}

ul.category_ul {
    /*list-style-image: url('./images/point.gif');*/
    /*padding: 0px;
    margin: 0px 0px 0px 0px;*/
    /*margin: 2px 2px 2px 20px;*/
    /*padding: 2px 2px 2px 20px;*/
    margin-left: 20px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

/* Status line row/font style */

.status_line {
    background-color:#BABABA;
    color:#ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}
 
a.status_line:link {
    color: #ffffff;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:visited {
    color: #ffffff;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:hover {
    color: #F56655;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none; 
    font-weight: bold;
	color: red;
}

.company3 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: green;
}

.company1 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color:#5678A2;
    font-size: 9px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F7; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #F6FDE3; 
    border-width: 1px; 
    border-color: #969596;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    margin-bottom: 16px;
    -moz-border-radius: 4px;
}

div.clearbox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #969596;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    margin-bottom: 16px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 1px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    border: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
}

td.table_header {
    border: 1px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 {
    border: 1px #FFFFFF solid;
    background-color: #EFEFEF;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow2 {
    border: 1px #FFFFFF solid;
    background-color: #F6F6F6;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

table.bodyborder {
    border-bottom : 0px;
    border-left : 0px;
    border-right : 0px;
    border-top : 0px;
}

td.border {
    border-bottom : 1px solid #DADADA;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
}

td.border2 {
    background-image: url(images/cell-background.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
    padding : 5;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    background-color:#E9E9E9; 
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.textarea_tall {
    width: 300;
    height: 300;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.input_default {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #B0B0B0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 0px;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300;
    height: 200;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }

INPUT , SELECT {
    background-color : #FFFFFF; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000;
} 

TEXTAREA {
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

/********** TEXT STYLES *************************/
span.text {
    color: #4C4A5A;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft {
    color: #7A7A7F;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft_bold {
    color: #858588;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_large_bold {
    font-size: 14px;
    font-weight: bold;
    text-decoration : none;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_small {
    font-size: 11px;
    text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_large_bold_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration : none; 
    color: 888888;
}

span.text_small_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration : none; 
    color: 888888;
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

td.category {
    padding-top: 4px; 
}
span.text_category {
    font-weight: bold;
    color: #505059;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

.soft_instructions {
    margin: 6px 0 6px 0;
    color: #4A4A4F;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

.soft_instructions ul {
   margin: 0px;
}

.soft_instructions li {
   margin-top: 3px;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}


/********** RENTAL MANAGER **********************/

  .logoBox {
    width: 230px;
    height: 94px;
    vertical-align: bottom; 
    text-align: right;
    }
  .topRight {
    width: 542px;
    vertical-align: top; 
    text-align: left;
    }
  .deleteButton {
    font-size: 12px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    color: #333333;
    }
  .deleteButton:hover {
    font-size: 12px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    color: #333333;
    background-color:#9B6060;
    }
  .inputBox  {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
    background-color: #FFFFFF;
    }
  .errorBox  {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #C44D4D;
    }
  .rateBox   {
    border-color: #333333; 
    border-style: solid; 
    border-width: 1px;
    font-size: 12px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #333333; 
    text-align:right;
    padding-right:2px;
    }
  .dailyRateBox   {
    border-color: #333333; 
    border-style: solid; 
    border-width: 1px;
    font-size: 12px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #333333; 
    text-align:right;
    background-color:#E9E9E9;
    padding-right:2px;
    }
  .ronlyBox {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-family: sans-serif; 
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    text-align:left;
    background-color:#EAEAEA;
    padding-left:2px;
    }
  .sumBox {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    text-align:right;
    background-color:#EAEAEA;
    padding-right:2px;
    }
  .gd {
    font-size: 10px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    color: #FFFFFF;
    text-align:center;
    background-color:#8CB3CC;
    height:14px;
    width:15px;
    }
  .gx {
    font-size: 10px; 
    font-family: sans-serif; 
    text-align: center; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #9F9FA3; 
    padding-top: 0; 
    padding-bottom: 0;
    text-align:center;
    background-color:#E9E9E9;
    height:14px;
    width:15px;
    }
  .ge {
    font-size: 10px; 
    font-family: sans-serif; 
    text-align: center; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #9F9FA3; 
    padding-top: 0; 
    padding-bottom: 0;
    text-align:center;
    background-color:#E9E9E9;
    height:14px;
    width:15px;
    }
  .gp {
    font-size: 11px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: bolder; 
    color: #333333;
    padding-top:6px;
    text-align:left;
    vertical-align:bottom;
    }
  .gh {
    border-color: #333333; 
    border-style: solid; 
    border-width: 1px;
    font-size: 10px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #333333;
    width:132px;
    background-color:#658FA9;
    }
  .op {
    border-color: #333333; 
    border-style: solid; 
    border-width: 1px;
    font-size: 10px; 
    font-family: sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    color: #333333;
    width:26px;
    background-color:#8CB3CC;
    text-align:right;
    }
  .rateTableClass {
    display:block;
    }
  .detHead   {
    font-size: 13px; 
    font-family: sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: #4C96D9;
    padding-top:3px;
    padding-bottom:3px;
    letter-spacing:1px;
    }
  .crosHead   {
    font-size: 12px; 
    font-family: sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: #8D6471;
    padding-top:3px;
    padding-bottom:3px
    }
  .topNav    {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color:#566683}
  .subnavOn  {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #244087}
  .subnavOff {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #666666}
  .tabText   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #909090; padding-top: 3;}
  .tabTextOn {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #244087; padding-top: 3;}
  .flaText   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .flaBold   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #000000}
  .flaReqd   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #C40000}
  .flaHead   {
     font-size: 14px; 
     font-family: sans-serif; 
     font-style: normal; 
     font-weight: bold; 
     text-decoration: none; 
     color: #994B3D;
     height: 39px;
     text-align: right; 
     }
  .flaItal   {font-size: 11px; font-family: sans-serif; font-style: italic; font-weight: normal; text-decoration: none; color: #333333}
  .flaItalic {font-size: 10px; font-family: sans-serif; font-style: italic; font-weight: normal; text-decoration: none; color: #333333}
  .flaOrang  {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFB100;}
  .flaWhite  {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #FFFFFF}
  .flaPrint  {font-size: 10px; font-family: sans-serif; font-style: italic; font-weight: normal; text-decoration: none; color: #4C4C4C}
  .linkHead  {font-size: 16px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #F37F00}
  .logHead   {font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #000000}
  .logText   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .calHead   {font-size: 12px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #658FA9}
  .calText   {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; padding-top: 0; padding-bottom: 0}
  .calBold   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #333333}
  .stepHead  {font-size: 15px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #244087}
  .rptHead   {font-size: 13px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #244087;padding-left:4px;padding-top:2px;margin-bottom:4px}
  .rptHead2  {font-size: 11px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #658FA9}
  .graphHead {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #658FA9;padding-top:0px;padding-bottom:0px}
  .srcHead   {font-size: 12px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #C38A90}
  .detBody   {font-size: 12px; font-family: sans-serif; text-align: left; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; padding-left:2px; padding-top:1px; padding-bottom:1px; background-color:#F0F0F0}
  .detCheck  {font-size: 12px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; padding-left:2px; padding-top:1px; padding-bottom:1px; background-color:#F0F0F0}
  .detText   {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; padding-top: 0; padding-bottom: 0}
  .crossHead {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #292929}
  .crossText {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #292929}
  .instruct  {font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #404089}
  .ftx       {font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: normal; color: #333333;}
  .fty       {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bolder; color: #333333;padding-top:6px}
  .ftred     {font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: normal; color: #C40000;}
  .ftb       {font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #000000}
  .fth       {font-size: 14px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #994B3D}
  .fto       {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFB100;}
  .ftw       {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #FFFFFF}
  .ftg       {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; color: #333333;}
  .rptTitle  {font-size: 14px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #000000}
  .rptCell   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; vertical-align: top; text-align: left; text-decoration: none; color: #000000}
  .rptCntr   {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; vertical-align: top; text-align: center; text-decoration: none; color: #000000}
  .rptNone   {font-size: 11px; font-family: sans-serif; font-style: italic; font-weight: normal; vertical-align: top; text-align: center; text-decoration: none; color: #606060}
  .rptColHd  {font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: bold; text-align: center; text-decoration: none; color: #000000}
  .cbx       {
     border-color: #333333; 
     border-style: solid;
     border-width: 1px;
     font-size: 10px;
     font-family: sans-serif;
     font-style: normal;
     font-weight: normal;
     text-decoration: none;
     color: #333333;
     }
  .cbh       {
     border-color: #333333; 
     border-style: solid;
     border-width: 1px;
     font-size: 10px;
     font-family: sans-serif;
     font-style: normal;
     font-weight: normal;
     text-decoration: none;
     color: #333333;
     background-color: #658FA9;
     }
  .cth       {font-size: 12px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #658FA9}
  .ctx       {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #9F9FA3; padding-top: 0; padding-bottom: 0}
  .ctx a         {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #9F9FA3; padding-top: 0; padding-bottom: 0}
  .ctx a:hover   {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #9F9FA3; padding-top: 0; padding-bottom: 0}
  .ctx a:visited {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #9F9FA3; padding-top: 0; padding-bottom: 0}
  .ctb       {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF;}
  .ctb a         {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF;}
  .ctb a:hover   {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF;}
  .ctb a:visited {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #FFFFFF;}
  .rtx       {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .rtx a         {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .rtx a:hover   {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .rtx a:visited {font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .cty       {font-size: 10px; font-family: sans-serif; text-align: center; font-style: normal; font-weight: normal; text-decoration: none; color: #393939; padding-top: 0; padding-bottom: 0}
  .loginBox  {border-color: #999999; border-style: solid; border-width: 1px; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; background-color: #f9f0d0; padding-left: 4; padding-right: 4; padding-top: 4; padding-bottom: 4}
  .keyBox    {border-color: #333333; border-style: solid; border-width: 1px;font-size: 10px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .keyText   {font-size: 9px; font-family: sans-serif; font-style: italic; font-weight: normal; text-decoration: none; color: #333333}
  .imageBox  {border-color: #666666; border-style: solid; border-top-width: 1px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 1px; background-color: #ffffff;}
  .headBox   {border-color: #666666; border-style: solid; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 1px; border-right-width: 0px; font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: bold; text-decoration: none; color: #ffffff}
  .fullBox   {border-color: #666666; border-style: solid; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px; background-color:#FFFFFF; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .mainBox   {
     border-color: #666666; 
     border-style: solid; 
     border-top-width: 0px; 
     border-left-width: 1px; 
     border-bottom-width: 0px; 
     border-right-width: 1px; 
     background-color:#FFFFFF; 
     font-size: 11px; 
     font-family: sans-serif; 
     font-style: normal; 
     font-weight: normal; 
     text-decoration: none; 
     color: #333333; 
     background-color: #FFFFFF
     }
  .botmBox   {
     width: 745px;
     border-color: #666666; 
     border-style: solid; 
     border-top-width: 0px; 
     border-left-width: 1px; 
     border-bottom-width: 1px; 
     border-right-width: 1px; 
     background-color:#FFFFFF; 
     font-size: 11px; 
     font-family: sans-serif; 
     font-style: normal; 
     font-weight: normal; 
     text-decoration: none; 
     color: #333333; 
     background-color: #FFFFFF
     }
  .rightBox  {
     border-color: #666666; 
     border-style: solid; 
     border-top-width: 0px; 
     border-left-width: 0px; 
     border-bottom-width: 0px; 
     border-right-width: 1px; 
     background-color:#FFFFFF; 
     font-size: 11px; 
     font-family: sans-serif; 
     font-style: normal; 
     font-weight: normal; 
     text-decoration: none; 
     color: #333333; 
     }
  .leftBox   {border-color: #666666; border-style: solid; border-top-width: 0px; border-left-width: 1px; border-bottom-width: 0px; border-right-width: 0px; background-color:#FFFFFF; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .linkBox   {border-color: #666666; border-style: solid; border-top-width: 0px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px; background-color:#FFFFFF; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .signupBox {border-color: #666666; border-style: solid; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333}
  .searchBox {border-color: #666666; border-style: solid; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px; font-size: 11px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; background-color:#FBF8E7}
  .disabBox  {border-color: #CACACA; border-style: solid; border-width: 1px;font-size: 12px; font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #333333; background-color:#ECECEC}
  #searchimg {
    position: absolute; 
    top:176px; 
    left:290px; 
    visibility: visible;
    } 
  #resultBox {
    position: relative; 
    top: 0; left: 0; 
    visibility: visible;
    }
  #propNameDisplay  {position:absolute; top:102px; left:164px; visibility:visible; z-index:1;}
  #printicon {position: absolute; top:98px; left:680px; visibility: visible;} 
