BODY {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background-color:#5D540F;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial;
	cursor: default;
	text-align:center;
}
A {
text-decoration: none;
}
DIV {
	border:0px solid #000000;

}
DIV.bg2Cols {
	float:left;
	width:15px;
	background-color: #AA942E;
}
DIV.bodyCenter {
	background-color: #AA942E;
	width:760px;
	text-align:center;
}
DIV.bodyWork {
	margin:0px;
	float:left;
	width:724px;
	padding:0px;
}
DIV.bodyHeader {
	background-color: #ABC179;
	height:135px;
}

DIV.headerSpace1 {
	margin:0px;
	float:left;
	padding:1px;
	width: 25px;
}
DIV.headerSpace2 {
	margin:0px;
	float:left;
	padding:1px;
	width: 17px;
}
DIV.headerLogo {
	float:left;
	width:113px;
	height:135px;
}
DIV.headerRight {
	float:left;
	width:565px;
}
DIV.headerImg1 {
	float:left;
	background-image:url("../images/header_img1.gif");
	background-repeat:no-repeat;
	width:130px;
	height:28px;
}
DIV.headerDateBg {
	float:left;
	background-color: #014711;
	width:435px;
	height:27px;
}
DIV.headerDateTxt {

	margin: 5px 8px 0px 0px;
	text-align:right;
	color: #D8FBDD;
	font-size:13px;
}
DIV.headerImg2 {
	float:left;
	margin: 20px 0px;
	background-image:url("../images/header_plantadavida.gif");
	background-repeat:no-repeat;
	width:538px;
	height:62px;
}

DIV.bodyMiddle {
	padding:1px;
	background-color: #FFFFFF;
}
DIV.BottomDivision {
	float:left;
	margin-top: 14px;
	margin-left: -1px;
	padding:0px;
	background-color: #AEAA84;
	width:724px;
	height: 2px;
}
DIV.BottomSpace {
	float:left;
	margin-top: 8px;
	margin-left: -1px;
	padding:0px;
	background-color: #FFFFFF;
	width:724px;
	height: 2px;
}
DIV.BottomSpace2 {
	float:left;
	margin-top: 8px;
	margin-left: -1px;
	padding:0px;
	background-color: #FFFFFF;
	width:724px;
	height: 2px;
}
DIV.BottomButton {
	float:left;
	background-color: #8CA35D;
	width: 160px;
	height: 35px;
	margin-left: 16px;
}
DIV.BottomButtonTxt {
	margin-top:8px;
	text-align:center;
	float:left;
	color: #FFFFFF;
	vertical-align:middle;
	width: 150px;
	font-weight:bold;
	font-size: 14px;
}
DIV.BottomText {
	float:left;
	margin-top: 8px;
	margin-left: -1px;
	padding:0px;
	width:724px;
	height: 85px;
}
A.bottomButtonText {
	color: #FFFFFF;
}






.styleInputs
{
   height:14px;
   /*
   background:transparent;
   border:0px;
   color:#f5e2ba;
   */
   margin-top:5px;
   margin-left:-5px;
   -moz-opacity:1;
}

.bgImgInpLeft
{
  float:left;
  margin:0 0 0 0;
  width:15px;
  height:26px;
  /*
  background-image:url("../images/img-inp-left.png");
  background-repeat:no-repeat;
  border:solid 0px blue;
  */
}

.bgImgInpCenter
{
  float:left;
  margin:0 0 0 0;
  height:26px;
  /*
  background-image:url("../images/img-inp-center.png");
  */
}


.bgImgInpRight
{
  float:left;
  margin:0 0 0 0;
  width:15px;
  height:26px;
  /*
  background-image:url("../images/img-inp-right.png");
  background-repeat:no-repeat;
  border:solid 0px blue;
  */
}






/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

