
.PageHeading {
  color: black;
  font-size: 24pt;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

.PageComments {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.PageCommentsLink {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.PageCommentsLink:hover {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  text-decoration: underline;
}

.Copyright {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.CopyrightLink {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.CopyrightLink:hover {
  font-size: 8pt;
  color: black;
  text-decoration: underline;
}

.HorzMenuBar {
  color: #999999;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

.HorzMenuBarLink {
  color: #999999;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

.HorzMenuBarLink:hover {
  color: #999999;
  text-decoration: underline;
  font-size: 10pt;
  font-weight: bold;
}

.VerMenu1Highlight {
  font-size: 10pt;
  text-decoration: none;
  color: black;
  background-color: #0080FF;
}

.VerMenuNormal {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  background-color: #00FFFF;
}


.VerMenu1Normal {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  background-color: #00FFFF;
}

.VerMenu1Normal:hover {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  background-color: #FFFFFF;
}

.VerMenu2Highlight {
  font-size: 10pt;
  text-decoration: none;
  color: black;
  background-color: #FFFFFF;
}

.VerMenu2Normal {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  background-color: #8AF1FD;
}

.VerMenu2Normal:hover {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  background-color: #0080FF;
}



A:link {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

.MainPageTitle {
  font-size: 20 pt;
  color: black;
}

.MainPageTextError {
  font-size: 10pt;
  color: red;
}

.MainPageTextSuscess {
  font-size: 10pt;
  color: green;
}

.MainPageText {
  font-size: 10pt;
  color: black;
}

.MainPageTextLink {
  font-size: 10pt;
  color: black;
}

.MainPageTextLink:link {
  text-decoration: underline;
  color: black;
  font-size: 10pt;
}

.MainPageTextLink:hover {
  text-decoration: underline;
  color: blue;
  font-size: 10pt;
}

.MainPageTextLink:visited {
  text-decoration: underline;
  font-size: 10pt;
  color: black;
}

