@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #332F20;
	font-variant: normal;
	text-decoration: none;
}
body {
	font-style: normal;
	text-align: center;
	background-image: url(../img/att/body.jpg);
	background-position: center top;
	background-repeat: repeat-Y;
	background-color: #EBEBEB;
	height: 100%;
}

.geral, .geral TD{ }

.LeftCol{
	width: 147px;
	height: auto;
	background-image: url(../img/att/main.jpg);
	background-repeat:repeat-y;
	vertical-align:top;}
	
.FundoLogo{
	width: 147px;
	height: 160px;
	background-image: url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;}

.LeftPane{
	background-image:url(../img/att/left.jpg);
	background-repeat:no-repeat;
	background-position:TOP;
}

.rodape{
	width: 778px;
	height: 72px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left top;
	color:#FFFFFF;
	background-repeat: no-repeat;}

.Textorodape p{
	margin: 28px 0px 0px 20px;
	color: #FFFFFF;
	text-align:left;
	font-size:10px;}
	
	
	.MainMenu_MenuContainer {
	background-color: transparent;
	color: #FFFFFF;
	
	
}
.MainMenu_MenuBar {
    background-color: transparent;
    text-align:center;
	color: #FFFFFF; 
	cursor:pointer; 
	
	
}
.MainMenu_MenuItem {

    text-align:center;
    background-color: transparent;
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family:Arial, Helvetica; 
	border:0px;
}
.MainMenu_MenuIcon {
	display:none;
	color: #FFFFFF;
}
.MainMenu_SubMenu {

    background:#AE0711;
	color: #FFFFFF;
    font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family:Arial, Helvetica; 
	border:0px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	color: #FFFFFF;
	height: 0px;
}
.MainMenu_MenuItemSel {

    background:#AE0711;
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	border:0;
	text-align:center;
}
.MainMenu_MenuArrow {
	display:none;

}
.MainMenu_RootMenuArrow {
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand;
}

