
@import url(/css/style_appiacom.css);

body{
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
        background:#85B92E;
}
.form-error{
        color: red;
}

a {
 text-decoration:none;
 color:#85B92E;
}
h1 {
  color:#85B92E;
  font-size:18px;
}

.value input {
  width:130px;
}
.value textarea{
  width:400px;
}
strong {
  color:#85B92E;
}
b {
    color:#85B92E;
}
ul {
  list-style-type: none;  list-style: none; 
}
ul li {
  font-weight:bold;
}

.Title h1 {
  font-family:Arial;
  font-size:22px;
  text-transform:uppercase;
}

