body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: rgb(255,255,255);
}

img.noborder {
  border-width: 0px;
}

p {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

p#foot {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 8pt;
  color: rgb(150,150,150);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  border-style: solid;
  border-color: rgb(150,150,150);
  border-width: 0px;
  border-top-width: 1px;
}

h1 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 13pt;
  font-style: normal;
  font-weight: bold;
  color: rgb(140,40,0);
  text-decoration: none;
}

h2 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: center;
  font-size: 10pt;
  color: rgb(100,100,100);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 10pt;
  color: rgb(100,100,100);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
}

ul li ul,ul li ul li ul {
  margin-top: 5px;
  margin-bottom: 0px;
}

li {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  margin-left: 30px;
  margin-bottom: 5px;
  list-style-type: square;
}

a:link, a:visited {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: bold;
  color: rgb(0,80,200);
  text-decoration:none;
  margin: 0px;
  padding: 0px;
}

a:hover {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

a:link.menu, a:visited.menu {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: bold;
  display:block;
  background-color: rgb(225,225,225);
  text-decoration:none;
  margin: 0px;
  margin-bottom: 1px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
}

a:link.menuo, a:visited.menuo {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 10pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: bold;
  display:inline;
  background-color: rgb(255,255,255);
  text-decoration:none;
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
}

a:hover.menu {
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: bold;
  background-color: rgb(180,180,180);
  text-decoration: none;
}

a:hover.menuo {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 10pt;
  color: rgb(130,150,0);
  font-style: normal;
  font-weight: bold;
  background-color: rgb(255,255,255);
  margin-left: 30px;
  text-decoration: underline;
}

div.mail {
  text-align: left;
  width: 500px;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(245,245,245);
}

div#wrapper {
  text-align: left;
  width: 700px;
  margin: 40px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
  font-family: 'Arial', 'Nimbus Sans L', sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

div#header {
  width: 700px;
  margin-bottom: 20px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
}

div#menuo {
  width: 700px;
  margin-bottom: 20px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
}

div#main {
  width: 503px;
  float: left;
  display: inline;
  margin: 0px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: dashed;
  border-color: rgb(150,150,150);
  border-width: 1px;
  background-color: rgb(245,245,245);
}

* html div#main {
  width: 503px;
  float: left;
  display: inline;
  margin: 0px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: dashed;
  border-color: rgb(150,150,150);
  border-width: 1px;
  background-color: rgb(245,245,245);
}

div#menuli {
  width: 150px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding: 0px;
  float: left;
  border-style: dashed;
  border-color: rgb(150,150,150);
  border-width: 1px;
  background-color: rgb(255,255,255);
}

div#footer {
  width: 700px;
  clear: left;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
}

form {
  margin: 0px;
  padding: 0px;
}

textarea {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-color: rgb(192,192,192);
  border-width: 1px;
  width: 100%;
  background-color: rgb(255,255,255);
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  font-size: 10pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

input {
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-color: rgb(192,192,192);
  border-width: 1px;
  width: 100%;
  background-color: rgb(255,255,255);
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  font-size: 10pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}