/* Cascading Style Sheet */
body {
background-color: #ebeedf;}
p, a, body, td, tr, div {
font-style: normal;font-weight: normal;
font-size: 12px; color: #a3ac7f;
font-family: tahoma;line-height: 12px;}

/* ----------------- titulo personalisado ---------------- */
.titulo {
font-family: tahoma;
color: #a3ac7f;
font-size: 12px;
width: 200px;
border-left: 4px solid #d9ddc5;
background-color: #e5e8d8;
    padding: 4px 4px 4px 4px;
    text-align: justify;
-moz-border-radius: 0px 0px 0px 0px;
}

/* ----------------- caixa de cmts ---------------- */
input, textarea, select {
font-size: 11px;font-family: verdana;
line-height: 11px;color: #a3ac7f;
background-color: #e5e8d8;border: 1px solid #d9ddc5;
-moz-border-radius: 4px 4px 4px 4px;
}

/* ----------------- post ---------------- */
.post {
  font-size: 11px;
color:#7c5f57;padding: center;
background-color: none;
    padding: 4px 4px 4px 4px;
    text-align: justify;
            border-left: 3px solid #d9ddc5;
    border-right: 3px solid #d9ddc5;
    -moz-border-radius: 0px 0px 0px 0px;
width: 360px;  }
.table {
padding: center;
background-color: #e5e8d8;
    padding: 4px 4px 4px 4px;
    text-align: justify;
    border-bottom: 1px dashed #d9ddc5;
    -moz-border-radius: 0px 0px 0px 0px;
}
.table2 {
padding: center;
background-color: #e5e8d8;
    padding: 4px 4px 4px 4px;
    text-align: justify;
    border: 1px solid #d9ddc5;
    -moz-border-radius: 4px 4px 4px 4px;
    width: 360px;
}

/* ------------ links ----------- */
a:hover{
color: #a68e87;TEXT-DECORATION: none; cursor: normal;}

/* ----------------- styles ---------------- */
b { cursor: normal;  color: #7c5f57; background-color: none;}
r { cursor: normal;  color: #c3c785; background-color: none;}
