/*---------------------------------------------------------> LAYOUT */
html, body {
	height: 100%;
}

body, form, img {
	padding:0;
	margin:0;
}

body {
	background:#fff url(../imgs/fd_main.png) repeat-x;
}

/*------------------------------------------------------------------*/
#main {
	width:890px; 
	margin:0 auto;
	cursor:default;
}

#head {
	height:194px;	
	overflow:hidden;
}

#body {
	clear:both;
	margin:0 auto;
	width:860px;
	font:normal 13px arial;
	color:#000;
	padding:15px;
	overflow:auto;
}

#saudacao{
	position:absolute;
	top:10px;
	font:bold 12px arial;
	color:#222;
	margin-left:295px;
}

.conteudos{
	padding:20px 20px 20px 20px;
	line-height:18px;
	font:normal 15px arial;
	line-height:22px;
}

#bottom {
	border-top:5px solid #ccc;
	clear:both;
	height:45px;
	padding-top:10px;
}
#bottom div{
	float:left;
	width:850px;
	font:normal 20px arial;
	color:#666;
	letter-spacing:-1px;
	padding:5px 0 20px 0;
}

.spA {
	margin-top: 15px;
}

.spB {
	margin-bottom: 20px;
}

.titPagA {
	border-bottom:5px solid #ccc;
	font:normal 40px Arial;
	color:#fff;
	text-align:right;
	letter-spacing:-3px;
	height:35px;
	overflow:hidden;
}

.fA {
	padding: 3px 5px 3px 5px;
	font: normal 14px arial;
	color: #333;
	border:1px solid #ccc;
}

.bA {
	font-weight:bold;
	color:#333;	
	background:#ebebeb;
	border:4px solid #ccc;
}

.infoA{
	text-align:center;
	font:normal 10px arial;
	color:#333;
	padding:10px;
}


.txtA{
	padding:3px;
	color:#333;
}

.txtB{
	font-size:9px;
	color:#999;
}

.txtC{
	padding:3px 0 3px 0;
	margin-bottom:10px;
	color:#222;
	font:bold 22px arial;
	border-bottom:1px solid #ddd;
}

.txtD{
	font-size:10px;
	color:#777;
	padding:20px;
	text-align:right;
}

.legInputA{
	font:bold 14px arial;
	color:#666;
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	padding-top:5px;
}

.inputSelectA{
	width:100%;
	font:normal 13px arial;
	color:#333;
	background:#fafafa;
	border:1px solid #ccc;
	padding:1px;
	cursor:pointer;
}

.inputSelectA option{
	padding:2px;
}

.titA{
	font:bold 18px arial;
	color:#000;
}

.fotos
{
	display:block;
	margin:0 auto;
	border:3px solid #ccc;
}


/* ----------------------------------------------------------------------- */


/*###################################################################################################*/

.HACK-FLOAT-IE6{
    display:none;
    _clear:both;
    _display:block;
}