.background {
background-color: #000000;
}

.titulo {
font:bold 18px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #1d2128;
}

.subtitulo {
font:bold 14px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: left;
background-color: #1d2128;
}

.subtitulo A, .subtitulo A:VISITED, .subtitulo A:ACTIVE  {
font:bold 14px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: left;
background-color: #1d2128;
}

.subtitulo A:HOVER {
font:bold 14px 'tahoma';
color: #ffffff;
text-decoration: underline;
text-align: left;
background-color: #1d2128;
}

.texto {
font:bold 12px 'tahoma';
color: #ffffff;
text-decoration: underline;
text-align: left;
background-color: #1d2128;
}

.texto A, .texto A:VISITED, .texto A:ACTIVE  {
font:bold 12px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: left;
background-color: #1d2128;
}

.texto A:HOVER {
font:bold 12px 'tahoma';
color: #ffffff;
text-decoration: underline;
text-align: left;
background-color: #1d2128;
}

.texto1 {
font: 20px 'tahoma';
color: #999999;
text-decoration: underline;
}

.texto2 {
font: 20px 'tahoma';
color: #ffffff;
text-decoration: underline;
text-align: center;
}

.texto2 A, .texto2 A:VISITED, .texto2 A:ACTIVE  {
font: 28px 'tahoma';
color: #ffffff;
text-decoration: underline;
text-align: center;
}

.texto3 {
font: 10px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: center;
}

.bgAlternativo {
background-color: #333333;
}

.texto4 {
font: 14px 'tahoma';
color: #ffffff;
text-decoration: none;
text-align: justify;
}

.preto {
color: #000000;
}

.alignC {
text-align: center;
}