html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	color:#666;
	font:70%/1.4 Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(imagens/bg_grama.jpg) bottom left repeat-x #9cb6dd;
	}
	
#tudo { 
	/*width:486px;*/
	width:700px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	background-color:#f7f6ea;
	text-align:center;
	/*min-height:100%;*/
	}
	
#topo {
	background-image:url(imagens/fosbovi_pe40_topoG.jpg);
	/*width:463px;*/
	width:680px;
	height:364px;
	margin-top:10px;
	padding:20px 0px 0px 0px;
	text-align:right;
}	
	
#boxTexto{
	/*width:427px;*/
	width:644px;
	position:relative;  /*Contexto de posicionamento */
	border-left:3px solid #0c512d;
	border-right:3px solid #0c512d;
	border-bottom:3px solid #0c512d;
	margin-bottom:10px;
	padding:15px;
	text-align:left;
	/*height:405px;
	min-height:100%;*/

}	

h1 {
	font-size : 20px; 
    font-family :Arial, Verdana, Helvetica; 
    color : #eb7912;
	line-height:19px;
	text-align: left;
	font-weight:lighter;
	margin:0px 0px 10px 0px; 
}

/* Olho da página */
h2 {
	font-size: 15px; 
    font-family: Arial, Verdana, Helvetica; 
    color : #eb7912;
	line-height:17px;
	text-align: left;
	font-weight:lighter;
	margin:0px 0px 0px 0px; 
	border:1px solid #eb7912;
	margin:10px 20px 0px 0px;
	padding:10px;
	width:55%;
	text-align:left;
	float:left;
	background-color:#FFF;
}

/* Chamada Home */
h3 {
	font-size: 16px; 
    font-family: Arial, Verdana, Helvetica; 
    color : #0c512d;
	line-height:30px;
	text-align: left;
	font-weight:lighter;
	margin:30px;
	padding:10px;
	text-align:left;
}

/* Subtítulo */
h4 {
	font-size: 14px; 
    font-family: Arial, Verdana, Helvetica; 
    color : #0c512d;
	line-height:17px;
	text-align: left;
	font-weight:bolder;
	margin:0;
	padding:10px 0px 5px 0px;
	text-align:left;
}


p	{
	line-height:17px;
	padding:10px 0px 0px 0px;
	margin:0px;
	}

/* LINKS */
a:link {
	color:#fdcea4;
	font-size: 12px; 
	text-decoration: none;
	padding:6px;
	font-weight:bolder;
}
a:visited {
	color:#fdcea4;
	font-size: 12px; 
	text-decoration: none;
	padding:6px;
	font-weight:bolder;
}
a:active {
	color:#fdcea4;
	font-size: 12px; 
	text-decoration: none;
	padding:6px;
	font-weight:bolder;

}
a:hover {
	color:#FFF;
	font-size: 12px; 
	text-decoration: none;
	padding:6px;
	font-weight:bolder;
}


/* LINKS */
.pg a:link {
	color:#0e5833;
	font-size: 11px; 
	text-decoration: none;
	font-weight:bolder;
	padding:0px;
	margin:0px;
}
.pg a:visited {
	color:#0e5833;
	font-size: 11px; 
	text-decoration: none;
	font-weight:bolder;
	padding:0px;
	margin:0px;	
}
.pg a:active {
	color:#0e5833;
	font-size: 11px; 
	text-decoration: none;
	font-weight:bolder;
	padding:0px;
	margin:0px;	

}
.pg a:hover {
	color:#24905a;
	font-size: 11px; 
	text-decoration: none;
	font-weight:bolder;
	padding:0px;
	margin:0px;	
}

.table{
	width: 450px;
	border-collapse: collapse;
	text-align:center;
}

.tdBase{
	width:50%;
	border-bottom: 1px solid #0c512d;
	margin:0;
	padding:3px;
}

.tdTit{
	width:50%;
	background-color:#0c512d;
	border-bottom: 1px solid #0c512d;
	margin:0;
	padding:5px;
	color:#FFF;
	font-size:14px;
	font-weight:lighter;
	text-align:center;
}

.tdTitVerm{
	width:50%;
	background-color:#d12828;
	border-bottom: 1px solid #d12828;
	margin:0;
	padding:5px;
	color:#FFF;
	font-size:14px;
	font-weight:lighter;
	text-align:center;
}

.tdCor{
	width:50%;
	background-color:#fef4c6;
	border-bottom: 1px solid #0c512d;
	margin:0;
	padding:5px;
}

.tdCorVerd{
	width:50%;
	background-color:#f7ffe0;
	border-bottom: 1px solid #0c512d;
	margin:0;
	padding:5px;
}

.tdCorVerm{
	width:50%;
	background-color:#fee0e0;
	border-bottom: 1px solid #d12828;
	margin:0;
	padding:5px;
}

/* formulários*/
input,select, textarea {
	border:1px solid #ffe468;
	font-family: Arial, Helvetica, sans-serif; 
    font-size : 12px;
	color:#999999;
	background-color:#fffcef;	
}

.tableForm{
	width:400px;
	text-align:right;
	border-collapse: collapse;

}

.tdForm{
	width:75%;
	text-align:left;
	padding:6px 0px 6px 10px;
	background:#fff9dd;
}

.tdTexto{
	width:25%;
	text-align:right;
	padding-right:20px;
	background:#ffeb8c;
}
