body {
 background-color: white;
}

/* CSS Document */
/*
        Web-designers:   Please refer to http://www.w3.org/Style/css/
        ==============   for CSS specifications and comprehensive examples! 
        
               
        +--- TABLE.main-------------------------------------------------------+
        | +--- TABLE.catlinks ----+-----------------------+                   |
        | |  [Gerais] TD.catlinks | [Imóveis] TD.catlinks |<-ver a:link,etc.  |
        | +-----------------------+-----------------------+                   |
        +---------------------------------------------------------------------+
        |                               TD.header                             | 
        +---------------------------------------------------------------------+
        |                               TD.header                             |
        +---------------------------------------------------------------------+
        |                               TD.header                             |
        +---------------------------------------------------------------------+
        | +--- TABLE.adform ----------------+---------------------------+     |
        | |  Categorias     (TD.form)       |      PULL-DOWN  (TD.form) |     |
        | +---------------------------------+---------------------------+     |
        | |  Nome/Contato   (TD.form)       |      INPUT   (TD.form)    |     |
        | +---------------------------------+---------------------------+     |
        | |  E-mail    (TD.form)            |      INPUT   (TD.form)    |     |
        | +---------------------------------+---------------------------+     |
        | |  Telefone  (TD.form)            |      INPUT   (TD.form)    |     |
        | +---------------------------------+---------------------------+     |
        | |                                 |                           |     |
        | |  Classificado (TD.form)         |      TEXTAREA (TD.form)   |     |
        | |                                 |                           |     |
        | +---------------------------------+---------------------------+     |
        | |CHKBOX Anexar imagem...(TD.form) |      BUTTON OK (TD.form)  |     |
        | +---------------------------------+---------------------------+     |
        +---------------------------------------------------------------------+
        |                               TD.header                             | 
        +---------------------------------------------------------------------+                                          |
        | +--- TABLE.ads ---------------------------------------------------+ |
        | |                                                                 | |
        | | +- TABLE.ad-+---------+---------------------------------------+ | |
        | | |           |         |  +---- TABLE.addata ----------------+ | | |                                   
        | | |           |         |  | Data (TD.adleft) |   TD.adright  | | | |
        | | |           |         |  +------------------+---------------+ | | |
        | | |           |         |  | Nome (TD.adleft )|   TD.adright  | | | |
        | | |           |         |  +------------------+---------------+ | | |
        | | | TD.refno  | image   |  |E-mail(TD.adleft )|   TD.adright  | | | |
        | | |           |         |  +------------------+---------------+ | | |
        | | |           |         |  |Telef.(TD.adleft )|   TD.adright  | | | |
        | | |           |         |  +------------------+---------------+ | | |
        | | |           |         |  |Class.(TD.adleft )|   TD.adright  | | | |
        | | |           |         |  +------------------+---------------+ | | |
        | | +-----------+---------+---------------------------------------+ | |
        | +-----------------------------------------------------------------+ |
        | |                 Horizontal Rule (HR)                            | |
        | +-----------------------------------------------------------------+ |
        | |                                                                 | |
        | ...                                                             ... |
        | ...                                                             ... |
        | ...                                                             ... |
        | |                                                                 | |
        | +-----------------------------------------------------------------+ |
        | |                 Horizontal Rule (HR)                            | |
        | +-----------------------------------------------------------------+ |
        +---------------------------------------------------------------------+
        |                       TD.foot                                       |
        +---------------------------------------------------------------------+

    */
table.main {
 border-style: none;
 padding: 4px;
 margin: 0;
 border-width: 0;
}

table.adform {
 border-style: none;
}

table.ads {
 border-style: dashed;
 border-color: black;
 padding: 4px;
 width: 100%;
 border-width: thin;
}

table.ad {
 border-width: 0;
 padding: 4px;
}

table.addata {
 border-width: 0;
 padding: 2px;
}

table.catlinks {
 font-family: 10px, Arial., sans-serif;
 background-color: white;
 color: #669900;
}

td.catlinks {
 font-family: Arial, sans-serif;
 font-size: 14px;
}

td.header {
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: Black;
 background-color: #F5F5F5;
 text-align: center;
 padding: 4px;
}

td.refno {
 font-family: Arial, sans-serif;
 font-size: 16px;
 color: white;
 background-color: #669900;
 text-align: center;
 padding: 4px;
}

td.form {
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #333333;
 background-color: white;
 padding: 4px;
}

td.adleft {
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: white;
 background-color: #999999;
 padding: 4px;
}

td.adright {
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: black;
 background-color: white;
 padding: 4px;
 font-weight: bold;
}

td.foot {
 font-family: Arial, sans-serif;
 font-size: 10px;
 color: black;
 padding: 4px;
 text-align: center;
}

a:link {
 font-family: Arial, sans-serif;
 color: blue;
}

a:visited {
 font-family: Arial, sans-serif;
 color: black;
}

a:hover {
 font-family: Arial, sans-serif;
 color: #333333;
}

a:active {
 font-family: Arial, sans-serif;
 color: blue;
}

a:focus {
 font-family: Arial, sans-serif;
 color: #5F9EA0;
}