@charset "utf-8";
/* CSS Document */

/************************************************************************
*************************** PRINCIPAL ***********************************
************************************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {

background-image:url(../images/back-top.gif); 
background-repeat:repeat-x;
width:100%;
height:199px;
background-position:center;

}

#banner-total {

margin-top:8px;
margin-bottom:6px;

}

#corpo {

margin:1px auto 0px auto;
width:780px;

}

#rodape {

background-image:url(../images/back-bottom.gif); 
background-repeat:repeat-x;
width:100%;
height:178px;
float:left;

}

/************************************************************************
*************************** CORPO **************************************
************************************************************************/

.input-01 {

	font-family:"Trebuchet MS";
	font-size: 12px;
	letter-spacing:0.2px;
	color:#333333;
	background-color:#ffffff;
	border: 1px solid #cccccc;
}

.input-02 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-position: bottom;

}

