/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x                                                            x
x          LUCAS FERREIIRA - lucas_ferr@ibest.com.br         x
x                                                            x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family : Arial;
	font-size: 12px;
	
    background: url(/img/bg_site.gif) repeat;

    SCROLLBAR-FACE-COLOR: #d9d9d9;
    SCROLLBAR-HIGHLIGHT-COLOR: #f5f5f5;
    SCROLLBAR-SHADOW-COLOR: #d9d9d9;
    scrollbar-arrow-color: #DE0000;
    SCROLLBAR-BASE-COLOR: #d9d9d9
}

/*
xxxxxxxxxxxxxxxxxxxxxxxx PEÇAS GERAIS xxxxxxxxxxxxxxxxxxxxxxx
*/

.TxtMenu {
	background-color: #DE0000;
	font-family: Arial;
	font-size: 11px; 
        color:#FFFFFF;
        font-weight:bold;
        text-align: right;
        padding-right:10px;
	}
.TxtMenu a:link { color: #FFFFFF; text-decoration:none}
.TxtMenu a:active { color:#FFFFFF; text-decoration:none}
.TxtMenu a:visited { color:#FFFFFF; text-decoration:none}
.TxtMenu a:hover { color:#FFE8E8; text-decoration:none }


.TxtPe {
	background-color: #DE0000;
	font-family: Arial;
	font-size: 11px; 
        color:#FFFFFF;
        text-align: center;
        padding :4px;
	}
.TxtPe a:link { color: #FFFFFF; text-decoration:none}
.TxtPe a:active { color:#FFFFFF; text-decoration:none}
.TxtPe a:visited { color:#FFFFFF; text-decoration:none}
.TxtPe a:hover { color:#FFE8E8; text-decoration:none }

.BarraPe {
	background: url(/img/pe_bg.jpg) repeat;
        height: 12px 
}

.MenuVert {
	font-size:11px;
	color:#666666;
	padding-left:4px;
}

.MenuVert a:link { color:#666666; text-decoration:none}
.MenuVert a:active { color:#666666; text-decoration:none}
.MenuVert a:visited { color:#666666; text-decoration:none}
.MenuVert a:hover { color:#cc0000; text-decoration:none }


.TxtGeral {
	font-size:11px; 
	color:#000000; 
	padding :3px;
}
.TxtGeral a:link { color:#000000; text-decoration:underline }
.TxtGeral a:active { color:#000000; text-decoration:underline }
.TxtGeral a:visited { color:#000000; text-decoration:underline }
.TxtGeral a:hover { color:#DE0000; text-decoration:underline }

.materiasTop{
	background: url(/img/tit_bg.gif) repeat url(/img/tit_box.gif) no-repeat; bottom right
}

.FundoBranco{background-color: #ffffff;}

.CaixaPadrao {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color:#ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9999A2;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9999A2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8E2;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D8D8E2;
	padding: 2;
}

.BotaoPadrao {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9999A2;
	border-bottom-color: #9999A2;
	border-top-color: #D8D8E2;
	border-left-color: #D8D8E2;
	cursor: hand;
}

