body {
  font-family: Tahoma, Arial, sans-serif;
  background: #FFFFFF;
  color: #000000;
  text-align: left;
  font-size: 10pt;
}
h1, h2, h3, h4 {
  font-family: Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #FF3300;
}
h1 {
  font-size: 24pt;
}
h2 {
  font-size: 18pt;
}
img
{
border: 0px;
}


h3 {
  font-size: 12pt;
  font-weight: bold;
}
h4 {
  font-size: 12pt;
}
p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
a {
  text-decoration: underline;
  color: #003399;
}
a:visited {
  text-decoration: none;
  color: #3380CC;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
  color: #FF3300;
}
b, strong {
  font-weight: bold;
  font-style: normal;
}
i, em {
  font-weight: normal;
  font-style: italic;
  color: #FF3300;
}
hr {
  width: 100%;
  height: 1px;
  color: #FF3300;
  background-color: #FF3300;
  border: none;
}

/***** Menu description *****/

#menu {
 padding: 20px;
 background: #90C0F0;
 color: #FFFFFF;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10pt;
 font-style: normal;
 font-weight: normal;
}
#menu a, a:visited  {
  text-decoration: none;
  color: #003399;
}
#menu a:active, a:focus, a:hover {
  text-decoration: none;
  color: #FF3300;
}
#menu hr {
  width: 100%;
  height: 1px;
  color: #3380CC;
  background-color: #3380CC;
  border: none;
}
#menu h1 {
  font-size: 12pt;
  color: #3380CC;
}
#menu ul {
  list-style-type: none;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  font-size: 12pt;
}

/***** Forms description *****/

input.text {
  border-color: #3380CC;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 10px;
}
input.text:focus {
  border-color: #003399;
}
input.submit {
  border-color: #3380CC;
  border-style: solid;
  border-width: 1px;
  background-color: #3380CC;
  color: #FFFFFF;
  font-size: 10px;
}
input.submit:active {
  background-color: #003399;
}



