

body {
	background-color: #E7E7E7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
input {
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
}

p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.button {
	background-image:url(../images/bg_botao.gif);
	background-repeat:repeat-x;
	cursor:hand;
}

#geral {
	width:auto;
	height:auto;
	text-align:center;
	float:left;
}
#master {
	width:750px;
	height:auto;
	background-color:#CCCCCC;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	float:left;
}
#header {
	width:100%;
	height:92px;
	background-color:#FFCC00;
	background-image:url(../images/bg_header.jpg);
	float:left;
}
#boxheader{
	width:281px;
	height:92px;
	margin-left:30px;
	background-color:#FBFBFB;
	float:left;
}
#boxheadertext{
	width:350px;
	height:62px;;
	margin-top:20px;
	margin-left:30px;
	font-size:12px;
	font-weight:bold;
	float:right;
	
}
#nav {
	width:100%;
	height:189px;
	background-color:#1C2220;
	float:left;
}
#boxnav{
	width:281px;
	height:189px;
	margin-left:30px;
	background-image:url(../images/bg_box.jpg);
	background-repeat:repeat-x;
	background-color:#FBFBFB;
	float:left;
}
#info {
	width:100%;
	height:auto;
	background-image:url(../images/bg_info.jpg);
	float:left;
}
#boxinfo{
	width:261px;
	height:230px;;
	margin-left:30px;
	background-image:url(../images/bg_box.jpg);
	background-repeat:repeat-x;
	background-color:#FBFBFB;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
}

#boxinfo ul li {
	color: #000;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px dotted #666;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:-35px;
}

#boxinfo ul li a {
	text-decoration: underline;
	color: #0099CC;
}

#boxinfo ul li a:hover {
	text-decoration: none;
	color: #CC3300;
}

#boxinfo h1{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Calibri;
	font-size:22px;
	color:#3D4649;
}
#boxtext{
	width:370px;
	height:230px;;
	margin-left:30px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
}

#space {
	width:100%;
	height:10px;
	float:left;
}


#footer {
	width:750px;
	padding-top:5px;
	padding-bottom:5px;
	color:#707070;
	text-align:center;
	float:left;
}

