<style>
<!--

body {
  font-weight : normal;
  color : #000000;
  margin : 0px;
  background-color : #ffffff;
}

body, h1, h2, h3, h4, p, td, input {
  font-family : Verdana, Arial, Helvetica;
}

body, td, div {
  cursor: default;
}

td.title {
  background-color : #ffcc00;
}

td.menu, td.menu_item {
  background-color : #cd0303;
  background-image : url("../images/menu_normal_bg.gif");
}

table.menu {
  margin-left : 20px;
}

td.menu_item, td.menu_item_active, td.menu_item_hover {
  color : #ffffff;
  font-size : 10px;
  font-weight : bold;
  margin: 0px;
  padding-top : 5px;
  padding-left : 7px;
  padding-right : 7px;
  padding-bottom : 0px;
  height : 29px;
}

td.menu_item_active {
  background-color : #4a5294;
  background-image : url("../images/menu_active_bg.gif");
}

td.menu_item_hover {
  background-color : #ffcc00;
}

p, li, td {
  font-size : 12px;
  line-height : 18px;
}

p {
  text-align : justify;
  margin-top : 0px;
  margin-bottom : 10px;
}

p.center {
  text-align : center;
}

p.screenshot {
  text-align : center;
  padding-top : 30px;
  padding-bottom : 30px;
}

p.footer_left, p.footer_right {
  text-align : left;
  font-size : 10px;
  line-height : 12px;
  color : #999999;
  margin-top : 34px;
  margin-left : 27px;
}

p.footer_right {
  margin-left : 20px;
}

p.lang {
  text-align : right;
  font-size : 10px;
  line-height : 10px;
  color : #999999;
  margin-top : 0px;
  margin-bottom : 10px;
}

ul, ol {
  margin-top : 0px;
  margin-bottom : 10px;
}

li {
  margin-top : 0px;
  margin-bottom : 0px;
  margin-right : 14px;
}

a, a:link, a:visited {
  color : #cd0303;
  text-decoration : none;
}

a:hover {
  color : #cd0303;
  text-decoration : underline;
}

a.menu_item, a.menu_item:link, a.menu_item:visited, a.menu_item:hover {
  color : #ffffff;
  text-decoration : none;
}

td.body {
  padding-left : 27px;
  padding-top : 3px;
}

td.right_column {
  padding-left : 20px;
  padding-right : 20px;
}

h1 {
  font-weight : normal;
  font-size : 18px;
  line-height : 18px;
  margin-top : 0px;
  margin-bottom : 2px;
  letter-spacing : 2px;
}

h2 {
  font-weight : normal;
  font-size : 16px;
  line-height : 16px;
  margin-top : 30px;
  margin-bottom : 10px;
  letter-spacing : 2px;
}

h3 {
  font-weight : normal;
  font-style : italic;
  font-size : 12px;
  line-height : 12px;
  margin-top : 20px;
  margin-bottom : 10px;
  letter-spacing : 2px;
}

p.first_right_heading, p.next_right_heading {
  font-weight : normal;
  font-style : italic;
  color : #bcbc9f;
  font-size : 12px;
  line-height : 12px;
  margin-top : 17px;
  margin-bottom : 10px;
}

p.next_right_heading {
  margin-top : 35px;
}

p.right {
  text-align : left;
  color : #4a5294;
  font-size : 10px;
  line-height : 14px;
}

input {
  font-size : 13px;
}

input.email {
  width : 121px;
  height : 22px;
}

input.submit {
  width : 33px;
  height : 24px;
}

div.hr1 {
  width : 100%;
  height : 17px;
  background-image : url("../images/hr1.gif");
}

div.hr2 {
  width : 100%;
  height : 17px;
  margin-top : 0px;
  margin-bottom : 0px;
  background-image : url("../images/hr2.gif");
}

.top {
  margin-top : 0px;
}

span.code {
  font-family : Courier New;
}

p.br {
  margin-top : 30px;
}

-->
</style>