@charset "utf-8";


* {margin: 0; padding:0;}

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%;
}


.FundoLogo{
	width: 147px;
	height: 160px;
	background-image: url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;}
	

 
	 .LeftCol{
	width: 147px;
	height: auto;
	background-image: url(../img/att/main.jpg);
	background-repeat:repeat-y;
	vertical-align:top;}
	 
.LeftPane{
	background-image:url(../img/att/left.jpg);
	background-repeat:no-repeat;
	background-position:TOP;

}

.rodape{
    
	color:#FFFFFF;
	width: 778px;
	height: 72px;
	background-image: url(../img/att/bottom.jpg);
	background-position:center;
	font-family: Arial, Helvetica;
    font-size: 11px;
	
	background-repeat: no-repeat;}

.Textorodape p{
	margin: 28px 0px 0px 20px;
	color: #FFFFFF;
	text-align:left;
	font-size:10px;}



.SkinObject {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #fff; FONT-FAMILY: Tahoma, Arial, Helvetica; TEXT-DECORATION: none; text-transform:uppercase;
}
A.SkinObject:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none;text-transform:uppercase;
}

A.SkinObject:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none;text-transform:uppercase;
}
A.SkinObject:active {
	COLOR: #fff; TEXT-DECORATION: none; text-transform:uppercase;
}
A.SkinObject:hover {
	COLOR: #ccc; TEXT-DECORATION: none;text-transform:uppercase;
}




