@charset "utf-8";
/* CSS Document */

body
{
    margin:0;
    padding:0;
    height:100%;
    min-height: 100%;
    min-width: 1024;
    background-color: #cdd6df;
    background-image: url(img/bgmenu.gif);
    background-repeat: repeat-y;
    overflow: auto;
}

#menu
{
    width:440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#ContentDiv 
{
    margin-left:440px;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
    min-height: 100%;
    overflow: hidden;
}

#ContentDivFunds 
{
    margin-left:0px;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;

    min-height: 100%;
    overflow: hidden;
}

.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5a554f;
}

.textPqno {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #5a554f;
}

.inputText
{
	
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #423e30;
	border-right: #a48c4b 1pt solid;
	border-top: #a48c4b 1pt solid;
	font-weight: normal;
	border-left: #a48c4b 1pt solid;
	border-bottom: #a48c4b 1pt solid;
	vertical-align: bottom;
	text-indent: 3pt;
	text-align: left;
	height: 17px;
}

.textBco {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: White;
}

.textPequeno {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #5a554f;
}

.botaoFundos
{
	font-family:MV Boli;
	font-size: 12px;
	color: Gray;
	table-layout: fixed;
	border-collapse: separate;
}

.link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #bf2c37;
}
.titulo {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #5a554f;
	font-weight: normal;
}
.caminho {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #919191;
}
.titulo_red {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #bf2c37;
	font-weight: normal;
}
