body
{
	background-image: url(images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #DFF2A3;
}

/*=================================== Titulos ====================================*/

.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #FFA81F;
}
.Titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #448313;
}

.Titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #448313;
	align:	left;
}

/*=================================== Texto ====================================*/
P
{
	font-family: Arial, Helvetica, sans-serif;
	color: #448313;
	font-size: 13px;
}
.Assinatura
{
	font-family: Arial, Helvetica, sans-serif;
	color: #448313;
	font-size: 12px
}
.TxtErro
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D1232F;
	font-size: 12px
}
.Txt01
{
	color: 					#6AAE1A;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				11px;
	text-decoration: 		none;
	text-align: 			justify;
}
.Txt03
{
	color: 					#FFA81F;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				11px;
	text-decoration: 		none;
	text-align: 			left;
}

.Txt04 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #6AAE1A;
	align:	left;
}
.Txt05
{
	color: 					#6AAE1A;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				12px;
	text-decoration: 		none;
}

/*=================================== Thumbs ====================================*/
.Thumb, .Thumb:visited
{
	border:	 				4px;
	border-color:	 		#9DD239;
	border-style:			solid;
	float:					right;
}
.Thumb:hover
{
	border:	 				4px;
	border-color:	 		#FFA81F;
	border-style:			solid;
	float:					right;
}

/*================================= Links =================================*/
A.Link, A.Link:visited
{
	color: 					#448313;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				12px;
	text-decoration: 		none;
}
A.Link:hover
{
	color: 					#448313;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				12px;
	text-decoration: 		underline;
}

/*=================================== Form ====================================*/
.Botao
{
	color: 					#FFA81F;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				12px;
	text-decoration: 		none;
	text-align: 			center;
	border:	 				1px;
	border-color:	 		#448313;
	border-style:			solid;
	background-color: 		#E1F59B;
	cursor:					hand;
}
.Botao:hover
{
	color: 					#FFA81F;
	font-family: 			Arial, Helvetica, sans-serif;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				12px;
	text-decoration: 		none;
	text-align: 			center;
	border:	 				1px;
	border-color:	 		#448313;
	border-style:			solid;
	background-color: 		#BCE447;
	cursor:					hand;
}
.Legenda
{
	width:					416px;
	border:	 				0px;
	color: #448313;	
	font-weight: 			bold;
	background-color: #DFF2A3;
	text-align:right;
	
}
.Legenda_P
{
	width:					286px;
	border:	 				0px;
	color: #448313;	
	font-weight: 			bold;
	background-color: #DFF2A3;
	text-align:right;
	
}