@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;
}

.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5a554f;
}
.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;
}

.titulo_gray {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

.titulo_gray:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

.titulo_gray:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}
