BODY{
  font-size : 11pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : normal;
  background-color : black;
  color : white;
  text-decoration : none;
}
A:link {
  background: black;
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
A:visited {
  background: black;
  color: gray;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  background: black;
  color: yellow;
  text-decoration: underline;
  font-weight: bold;
}
a:active {
  background: black;
  color: gray;
  text-decoration: underline;
  font-weight: bold;
}
.BannerLinks {
  font-size: 10pt;
  font-style: italic;
}
.popup {
  COLOR: yellow;
  CURSOR: help;
  TEXT-DECORATION: none;
}
.PageTitle{
  font-size : 20pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-decoration : none;
  text-align : center;
  color : white;
}
.PageSubTitle{
  font-size : 12pt;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
  text-align : center;
  color : white;
}
.FrameTitle{
  font-size : 16pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-decoration : none;
  text-align : left;
}
.FrameText{
  font-size: 11pt;
  font-weight : normal;
  text-decoration : none;
  text-align : left;
}

.MenuList{
  font-size : 11pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  color : gray;
}
.MenuListLink{
  font-size : 11pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  color : white;
}
.Invisible { display: none; }
.adbanner { text-align : center !important }

DIV#links a span {display: none; }
DIV#links a:hover span {
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  width: 125px;
  padding: 5px;
  margin: 10px;
  z-index: 100;
  color: #AAA;
  background: black;
  font: 10px Verdana, sans-serif;
  text-align: center;
}
.ListItem{
  font-size : 12pt;
  font-weight : bold;
  font-style : normal;
  text-decoration : none;
  text-align : left;
}
.ListText{
  font-size : 11pt;
  font-weight : normal;
  font-style : normal;
  text-decoration : none;
  text-align : left;
}
.CategoryTitle{
  font-size : 12pt;
  font-weight : bold;
  font-style : normal;
  text-decoration : none;
  text-align : left;
}
.CategoryText{
  font-size : 11pt;
  font-weight : normal;
  font-style : normal;
  text-decoration : none;
  text-align : left;
}
.ListCategory{
  font-size : 12pt;
  font-weight : bold;
  font-style : normal;
  text-decoration : none;
  text-align : left;
}
.ListSubCategory{
  font-size : 11pt;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
  text-align : left;
}

/* ----- The following styles are for the LinkMetro links pages ----- */
.LinksCategory {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  color: yellow;
}
.LinksCategory a:link { color: yellow; }
.LinksCategory a:visited { color: #cccc33; }
.LinksCategory a:focus { color: yellow; }

.LinksSubCategory {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  color: #99ff99;
}
.LinksSubCategory a:link { color: #99ff99; }
.LinksSubCategory a:visited { color: #006600; }
.LinksSubCategory a:focus { color: #99ff99; }

.LinksLinks {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  color: white;
}
.LinksLinks a:link { color: cyan; }
.LinksLinks a:visited { color: #00ffff; }
.LinksLinks a:focus { color: cyan; }
