body {
	margin : 0px;
	text-align : center;
	background-color : #CACACA;
}

#divPage {
	width : 780px;
	height : 100%;
}

#tblPage {
	width : 100%;
	height : 100%;
	background-color : #FFFFFF;
}

.Footer {
	padding : 10px;
	background-image : url("../Images/f_bkg.gif");
	background-color : #FFFFFF;
	background-repeat : repeat-x;
	background-position : bottom;
}

.Formulario {
	margin-top : 30px;
}

.Formulario span {
	font-family : verdana;
	font-size : 12px;
	color : #3C3C3C;
	width : 85px;
	height : 20px;
	padding : 2px;
	background-color : #FBFCF7;
	border : 1px solid #D6E0BE;
}

.Formulario input, select, textarea {
	font-family : verdana;
	font-size : 11px;
	width : 100%;
	color : #5A5B0E;
	padding : 2px;
	height : 20px;
	border : 1px solid #83A239;
	background-color : #F2F7E7;
}

.Formulario .Botao {
	width : 150px;
	margin-top : 7px;
	background-color : #DCEABC;
	border : 1px solid #416E02;
	color : #416E02;
	font-weight : bold;
	height : 23px;
}

#divFooter {
	width : 100%;
	border-top : 1px solid #CCCCCC;
	padding-top : 10px;
}
#Address {
	font-family : verdana;
	font-size : 10px;
	color : #737373;
}

#FooterMenu {
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
	white-space : nowrap;
}
	#FooterMenu a {
		color : #3D620A;
		text-decoration : none;
		padding : 1px;
	}
	#FooterMenu a:hover {
		color : #3D620A;
		background-color : #DCEABC;
		text-decoration : none;
	}
	#FooterMenu table {
		width : 100%;
	}

#FooterBar {
	margin-top : 2px;
	width : 100%;
	height : 28px;
	background-color : #4FA2C4;
	background-image : url("../Images/f_blue.jpg");
	background-repeat : repeat-x;
	padding-top : 8px;
	padding-right : 10px;
	text-align : right;
}
	#FooterBar a {
		font-family : verdana;
		font-size : 10px;
		color : #FFFFFF;
		text-decoration : none;
		padding : 2px;
	}
	#FooterBar a:hover {
		color : #2375A0;
		text-decoration : underline;
	}

#HeaderBar {
	width : 100%;
	height : 20px;
	background-color : #4FA2C4;
	background-image : url("../Images/f_blue.jpg");
	background-repeat : repeat-x;
	background-position : bottom;
}

#divPictures {
	width : 190px;
	background-image : url("../Images/picture_bkg.gif");
	background-repeat : repeat-x;
	margin-left : 1px;
	float : left;
	height : 100px;
	padding-top : 100px;
	text-align : center;
}

#divPictures img {
	margin-top : 20px;
}

#divText {
	width : 583px;
	background-image : url("../Images/text_bkg.gif");
	background-repeat : repeat-x;
	margin-left : 2px;
	marging : 0px 30px 0px 30px;
	padding-bottom : 50px;
	float : left;
}
	#divText h1, h2 {
		font-family : verdana;
		font-size : 13px;
		font-weight : bold;
		padding : 3px;
		padding-left : 5px;
		color : #416E02;
		border-bottom : 1px solid #A5C753;
		border-left : 1px solid #A5C753;
		background-image : url("../Images/title_bkg.gif");
		background-repeat : repeat-y;
		margin : 65px 30px 30px 30px;
	}
	#divText h2 {
		font-size : 12px;
		margin : 30px 30px 25px 60px;
	}
	#divText p, ul {
		font-family : verdana;
		font-size : 12px;
		color : #3C3C3C;
		text-align : justify;
		margin : 15px 60px 15px 60px;
	}
	#divText ul {
		margin : 30px 60px 30px 60px;
		padding-left : 50px;
		list-style-position : outside;
		list-style-type : none;
		list-style-image : url("../Images/text_marc.gif");
		line-height : 20px;
	}

	#divText a {
		color : #3D620A;
		text-decoration : none;
		padding : 1px;
	}
	#divText a:hover {
		color : #3D620A;
		background-color : #DCEABC;
		text-decoration : none;
	}
	
	#divText .Legenda {
		font-family : verdana;
		font-size : 11px;
		color : #3C3C3C;
		text-align : center;
		margin : 15px 60px 15px 60px;
	}
	
#divMenuBar {
	width : 100%;
	height : 23px;
	background-color : #84822B;
	background-image : url("../Images/m_bkgDark.gif");
	margin-bottom : 2px;
}

#divMenuBar span {
	width : 33px;
	height : 23px;
	float : right;
	background-image : url("../Images/m_DivBar.gif");
}

#divMenuItens {
	float : right;
	padding-right : 18px;
	background-color : #AAAA48;
	background-image : url("../Images/m_bkgLight.gif");
}
	#divMenuItens span {
		width : 33px;
		height : 23px;
		background-image : url("../Images/m_DivButton.gif");
		float : left;
	}

	#divMenuItens a {
		font-family : verdana;
		font-size : 11px;
		font-weight : bold;
		color : #393B00;
		float : left;
		text-decoration : none;
		margin-top : 4px;
	}
	#divMenuItens a:hover {
		color : #FFFFFF;
	}

#HeaderImg {
	z-index : 30;
	position : absolute;
	width : 780px;
	height : 125px;
	margin-top : 6px;
}

#HeaderBkg {
	margin-top : 20px;
	margin-bottom : 2px;
	width : 100%;
	height : 99px;
	background-image : url("../Images/h_bkg.jpg");
	background-color : #B5D06F;
	background-repeat : repeat-x;
	border-bottom : 3px solid #63A505;
}