@page { margin: 0.5in; } /* All margins set to 0.5in */
BODY{
  font-size : 11pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : normal;
  background-color : white;
  color : black;
  text-decoration : none;
}
A:link {
  background: white;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
A:visited {
  background: white;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
A:hover {
  background: white;
  color: black;
  text-decoration: underline;
  font-weight: bold;
 }
A:active {
  background: white;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
.BannerLinks {
  display: none;
}
.popup {
  color: yellow;
  background-color : inherit;
  cursor: help;
  text-decoration: none;
}
.PageTitle{
  font-size : 20pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-decoration : none;
  text-align : center;
}
.PageSubTitle{
  font-size : 12pt;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
  text-align : center;
}
.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;
  text-decoration : none;
  color : red;
  background-color : inherit;
}
.MenuListLink{
  font-size : 11pt;
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  color : blue;
  background-color : inherit;
  text-decoration : underline;
}
.Invisible { display: none; }
DIV#links a span {display: none; }
.adbanner { display: none !important }

.ListItem{
  font-size : 12pt;
  font-weight : bold;
  font-style : normal;
  text-decoration : none;
  text-align : left;
  color : black;
}
.ListText{
  font-size : 11pt;
  font-weight : normal;
  font-style : normal;
  text-decoration : none;
  text-align : left;
  color : black;
}
.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 LinkMetro links pages ----- */
.LinksCategory {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: black;
}
.LinksCategory a { color: black; text-decoration: underline; }

.LinksSubCategory {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  color: black;
}
.LinksCategory a { color: black; text-decoration: underline; }

.LinksLinks {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: black;
}
.LinksLinks a { color: red; text-decoration: underline; }
span.LinksLinks a:after {
  color: #009900;
  content: " (" attr(href) ") ";
  font-size: 75%;
}
