/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/07/2014, 10:37:19
    Author     : pablo_veinberg
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content {
    width: 900px;
    margin: 0 auto;
}
p {
    line-height: 25px;
}
p.valido {
    color: blue;
    font-weight: bold;
}
p.erro, li.erro {
    color: red;
    font-weight: bold;
}
table.api {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}
table.api th, td {
    padding: 3px;
}
table.api th {
    color: blue;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
table.api th.titulo {
    color:#000;
    font-size: 20px;
    height: 30px;
    text-align: left;
    background-color: #CCCCFF;
}
.nomeClasse {
    font-family: "Courier new";
}
 
  |