body {
    background-image: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
   background: none repeat scroll 0 0 #FFFFFF;
}
td {
    font-size: 11px;
    padding-bottom: 7px;
    text-align: left;
}


b {
    color: #000000;
}
h2 {
    color: #000000;
	font-size: 12px;
}
input {
    border: 1px solid #2A4C56;
}
input[type="radio"] {
    border: medium none;
}
select {
    border: 1px solid #2A4C56;
}
textarea {
    border: 1px solid #2A4C56;
}

.titulo
{
    color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.texto
{
    color: #000000;
	font-size: 11px;
	padding-left: 10px;
}

.listagem
{
    width: 100%;
}

.thlistagem {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: left;
    text-align: center;
    border-bottom: 1px dashed black;
}

.tdlistagem {
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    border-bottom: 1px dashed black;
}
ul {
list-style-type: circle	
}
