
body {
  background: #091B59;
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

td {
  padding: 0;
  font-size: 12px;
  font-family: arial;
  color: #ffffff;
  width: 600px;
}

td.form {
  width: 150px;
}

td.form#submit {
  text-align: right;
  width: 550px;
}

td.form#a {
  width: 125px;
}

td.form#b {
  width: 325px;
}

td.txt {
  padding-left: 45;
  padding-top: 30;
  vertical-align: top;
}

td.menu_items {

  vertical-align: top;
  padding-top: 30;
  width: 154px;
  text-align: center;
}

td.text_nomenu {
  padding-left: 200;
  padding-top: 30;
}

td.foto {
  padding-top: 20;
}

a {
  color: #496AA2;
  text-decoration: none;
  font-size: 12px;
  font-family: arial;
}

a.page {
  color: #ffffff;
}

a.active {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

a.page:hover {
  text-decoration: underline;
}




p {
  font-size: 12px;
  font-family: arial;
  color: #ffffff;
  width: 565px;
  text-align: justify;
}

li {
  font-size: 12px;
  font-family: arial;
  color: #ffffff;
  width: 565px;
}

input {
  font-size: 12px;
  font-family: arial;
  color: #ffffff;
  background: #091B59;
  width: 400px;
}

input.smaller {
  width: 297px;
}

input.button {
  width: 100px;
}

select {
  font-size: 12px;

  font-family: arial;
  color: #ffffff;
  background: #091B59;
  width: 100px;
}

