/* CSS Document */
body {
  color: #000;
 /*background-color: #71a2d7;*/
  background-color:#d3d7da;
  font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica,     sans-serif;
  background-image: url("../images/bodybg.gif");
  background-repeat: repeat-x;
  *position:relative;
  *top:-7px;
}

#main {
  text-align:left;
  margin:0px auto; 
  position: relative; 
} 

p {
  margin: 0;
}

input  {
    background-color: #ffffff;
    margin: 0px;
    border: 1px solid #000000;
    color : #000000;
}
.buton {
    border: #000 1px solid;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    background: #EEE;
    color: #000;
}
textarea    {
	margin: 0px;
}

form    {
	margin: 0px;
}


