
BODY {
  font-family: Arial, Verdanna, sans-serif;
  color: black;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .8em;
  color: black;
  margin-top: 0pt;
  background-color: #FFFFFF;
}

TD {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: black;
//  font-size: .8em;
}

.sidenav-link {
  font-size: .8em;
  text-align: left;
  vertical-align: middle;
  text-indent: -18px;
  margin-left: 0px;
  padding-left: 22px;
}

.sidenav-sublink {
  font-size: .67em;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  text-indent: -6px;
}

.topic-header {
  font-size: .8em;
  font-weight: bold;
  color: black;
}

.list-header {
  font-weight: bold;
  text-align: left;
  color: black;
}

.sidenav-header {
  font-size: .8em;
  font-weight: bold;
  color: white;
  background-color: #6699CC;
}

.std-text {
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: black;
}

.main-cell {
  padding-top: 10px;
  padding-bottom: 10px;
}


.std-text-white {
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: white;
}

.std-text-centered {
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: center;
  color: black;
}

.std-text-right {
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: right;
  color: black;
}

.small-text {
  font-size: .67em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: black;
}

.bold-small-titles {
  font-size: .8em;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: black;
}

.bold-text {
  font-weight: bold;
  color: black;
}

.big-red-text {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
}

.bold-italic-text {
  font-weight: bold;
  text-align: left;
  font-style: italic;
  color: black;
}

.bold-std-text {
  font-size: .8em;
  font-style: normal;
  font-weight: bold;
  color: black;
}

.bold-menu {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: black;
}

.bulleted-list {
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
}

.numbered-list {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
}

FORM {
  margin-bottom: 0pt;
}

.tight-list {
  font-size: .67em;
  line-height: 10pt;
  border-top: thin;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  vertical-align: top;
  border-top: thin;
  border-right: thin;
  border-bottom: thin;
  border-left: 0px;
}

.tight-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

a.white {
  text-align: left;
  width: 175px;
  color: blue;
  text-decoration: none;
  font-weight: bold;
  background-color: #EFEFEF;
}

a.white:hover {
  width: 175px;
  color: blue;
  background-color: #FFFFFF;
}

A:link {
  color: #009;
}

A:visited {
  color: #336;
}

A:link:hover {
  color: #900;
  text-decoration: none;
}

A:visited:hover {
  color: #600;
  text-decoration: none;
}

.button {
  font-weight: normal;
  border-left: 1px solid rgb(0,0,0);
  border-right: 2px ridge rgb(0,0,0);
  border-top: 1px solid rgb(0,0,0);
  border-bottom: 2px ridge rgb(0,0,0);
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url('/Images/ButtonBG.jpg');
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
#SpecialComments {display: none;}