/* CSS Document */

.Base
{
background:#1E124D;
}

.Topo
{
height:203;
}

.Slide
{
height:270;
width:455;
}

.Rodape
{
height:90;
}

.TabelaPrincipal
{
background:#5799D6;
}

.Texto
{
font-size:12px;
font-family:"Verdana";
color:#ECF3FA;
padding:3px;
}

.TextoRodape
{
font-size:11px;
font-family:"Verdana";
color:#00236A;
padding:0px;
}

.LinqueRodape
{
text-decoration:none;
font-size:11px;
font-family:"Verdana";
color:#00236A;
padding:0px;
}

.LinqueRodape:hover
{
color:#FFB005;
text-decoration:underline;
}