/*---------- CONTENT -----------*/

body {
  background-color: #FFFFFF;
  margin-top: 0; 
  margin-bottom: 0; 
  margin-left: 0;
  margin-right: 0;
}

td {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px; 
  color: #444444; 
}

p {
  line-height: 17px;
}

.border {
  background-color: #eeeeee;
}  

.heading {
  font-weight: bold;
}  

.error {
  font-weight: bold;
  color: #ff0000;
}

.text  {
  padding-left: 30px;
}

.quotation  {
  font-style: italic;
}

a {
  text-decoration: underline;
  color: #FF6600;
}  

a:hover {
  text-decoration: none;
  color: #FF6600;
}  



/*---------- MENU -----------*/

.menu {
  background-color: #FDCD09;
}  

a.menu {
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}  

a:hover.menu {
  font-size: 11px;
  text-decoration: underline;
  color: #000000;
}  



/*---------- FORM ----------*/

.form {
  border-left: solid 1px #9b9b9e;
  border-top: solid 1px #9b9b9e;
  border-right: solid 1px #e6e6e9;
  border-bottom: solid 1px #e6e6e9;
  font-size: 12px;
  font-family: arial,tahoma,helvetica,sans-serif; 
  color: #555555; 
  padding-left: 2px;
}

.select {
  font-family: arial,tahoma,helvetica,sans-serif; 
  font-size: 12px; 
  color: #555555; 
}

.required {
  font-family: verdana,arial,tahoma,helvetica,sans-serif; 
  font-weight: bold;
  font-size: 12px;
  color: ff6600;
}

p.footer {
  font-size: 11px;
  color: #bbbbbb;
}

p.footer a {
  color: #bbbbbb;
}

p.footer a:hover {
  color: #FF6600;
  text-decoration: underline;
}







