body,h1,a,div,input,td,font,li,p,span,pre{
  font-family: arial, sans-serif;
}
body{
  margin: 0px 0px;
  font-size: 8pt;
  font-weight: 300;
  background-color: #ece9d8;
  text-align: center;
}
.Page{
  width: 761px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px 0px;
  border: #727A99 1px solid;
  background-color: #ffffff;
}
h1{
  font-size: 10pt;
  text-align: center;
  margin: 0px;
  padding-bottom: 5px;
}
h2{
  font-size: 9pt;
  text-align: center;
  margin: 0px;
}
td{
  font-size: 9pt;
}
a{
  color: #000000;
  text-decoration: underline;
}
a:hover{
  color: #000000;
  text-decoration: underline;
}
.LinkOn{
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #fc517a;
  background-color: #E1EEFF;
}
.LinkOn:hover{
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #fc517a;
  background-color: #E1EEFF;
  cursor: pointer;
}
.LinkOff{
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #E1E1FA;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #E1E1FA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E1E1FA;
  background-color: #ffffff;
}
.LinkOff:hover{
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #fc517a;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #E1E1FA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E1E1FA;
  background-color: #ffffff;
  cursor: pointer;
}
.MainLinksSmall{
  color: #000000;
  font-size: 9pt;
  font-weight: 300;
  text-decoration: underline;
}
.MainLinksSmall:hover{
  color: #F1295C;
  font-size: 9pt;
  font-weight: 300;
  text-decoration: none;
}
.MainLinks{
  color: #000000;
  font-size: 9pt;
  font-weight: 700;
  text-decoration: underline;
}
.MainLinks:hover{
  color: #F1295C;
  font-size: 9pt;
  font-weight: 700;
  text-decoration: none;
}
.MainLinksMax{
  color: #2D52D2;
  font-size: 9pt;
  font-weight: 700;
  text-decoration: underline;
}
.MainLinksMax:hover{
  color: #F1295C;
  font-size: 9pt;
  font-weight: 700;
  text-decoration: none;
}
.LikeLinks{
  color: #000000;
  font-size: 8pt;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
.LikeLinks:hover{
  color: #F1295C;
  font-size: 8pt;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
form{
  margin: 0px;
  padding: 0px;
}
fieldset{
  padding: 9px;
  border: #1E5FA3 1px solid;
}
legend{
  color: #1E5FA3;
}