body {
    font: 10pt Verdana;
    background-color:#FFFFFF;
    width: 650px;
    height: 620px;
    margin-left: 25%;
    margin-right: 25%;
	border-bottom: 1px solid #004080;
}

#banner {
    width: 643px;
    height: 70px;
    border-bottom: 1px solid;
    background-color: #004080;
    color: #FFFFFF;
    font: 32pt Lucida Sans;
    font-weight: bold;
    text-align: left;
	padding-left: 7px;
}

#left {
    width: 450px;
    height: 550px;
    float: left;
	border-left: 1px solid #004080;
}

#textb {
    width: 440px;
    height: 550px;
    float: right;
}

#right {
    width: 190px;
    height: 550px;
    float: right;
    border-left: 1px solid #004080;
	border-right: 1px solid #004080;
    text-align: center;
}

#right ul li {
    color: #004080;
    text-align: left;
    font-weight: bold;
    list-style: none;
}

.txttitulo { font-family:Verdana, Lucida Sans;

    font-size: 14pt;
	color: #2D4A6A;
	font-weight: bold;

    }
	
.selected { font-family:Verdana, Lucida Sans;

    font-size: 11pt;
	color: #004080;
	font-weight: bold;

    }
	
.link { font-family:Verdana, Lucida Sans;

    font-size: 10pt;
	color: #004080;
	font-weight: bold;

    }
	
a.texto:link {text-decoration:none; color:#004080;}
a.texto:visited {text-decoration:none; color:#004080;}
a.texto:hover {text-decoration:underline;}