/* CSS Document */

body {
border: 0;
margin: 0;
padding: 0;
}

form {
border: 0;
margin: 0;
padding: 0;
}

table {
empty-cells: show;
border-style: none;
border-spacing: none;
border-collapse: collapse;
}

td {
padding: 0;
border-style: none;
border-spacing: none;
border-collapse: collapse;
}

.texto, .texto a, .titulo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: center;
text-decoration: none;
}

.texto a:hover {
color: #CCCCCC;
}

.texto2, .texto2 a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}

.texto2 a:hover {
text-decoration: underline;
}

.titulo {
font-size: 12px;
font-weight: bold;
text-align: center;
padding-bottom: 20px;
}

.texto td {
height: 22px;
}

