

.rcmContactAddress {color:#0a5799;font-size:16px;}
.headerx {background: #0a5799}
#attach2{color:#0a5799;font-size:16px;}


/* TABELA */
#messagelist tr:nth-child(even) { /*(even) or (2n 0)*/}
#messagelist tr:nth-child(odd) { /*(odd) or (2n 1)*/background: #f4f4f4; }

#messagelist tr:last-child {border-bottom:solid 1px #0a5799 }