body {
  color: #000000;
  background-color: aliceblue;
  border: 0;
  border-collapse: collapse;
}

.NavigationHeader {
  text-align: center;
  font-size: 1.8em;
  font-family: times new roman, times;
  font-style: italic;
  font-weight: bold;
}

table.Form {
  margin: 0;
  border: 0;
  padding: 2px;
}
td.FormHeading {
  text-align: center;
  font-size: 1.8em;
  font-face: times new roman, times;
  font-weight: bold;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 2px;
}
td.FormPrompt {
  text-align: right;
  font-size: 1em;
  font-face: times new roman, times;
  font-weight: normal;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 2px;
}
td.FormValue {
  text-align: left;
  font-size: 1em;
  font-face: arial;
  font-weight: normal;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 2px;
}

p.TextTitle {
   font-size: 1.2em;
   font-weight: bold;
}
p.TextContent {
   font-size: 1em;
   font-weight: normal;
}
p.TextFooter {
   font-size: 0.8em;
   font-weight: normal;
}

a.MonthYear:link {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthYear:visited {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthYear:hover {
  background-color: aliceblue;
  color:green;
  text-decoration:underline;
}
a.MonthYear:active {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}


a.MonthDayYear:link {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthDayYear:visited {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthDayYear:hover {
  background-color: aliceblue;
  color:green;
  text-decoration:underline;
}
a.MonthDayYear:active {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}

a.MonthDayYearInfo:link {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthDayYearInfo:visited {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
a.MonthDayYearInfo:hover {
  background-color: aliceblue;
  color:green;
  text-decoration:underline;
}
a.MonthDayYearInfo:active {
  background-color: aliceblue;
  color:red;
  text-decoration:none;
}
td.MonthDayYearInfo {
  background-color: aliceblue;
  color:black;
  text-decoration:none;
}
a.MenuSecondary:link {
  background-color: aliceblue;
  color: blue;
  font-size: large;
  text-decoration: none;
}
a.MenuSecondary:visited {
  background-color: aliceblue;
  color: blue;
  font-size: large;
  text-decoration: none;
}
a.MenuSecondary:hover {
  background-color: aliceblue;
  color: black;
  font-size: large;
  font-weight: bold;
  text-decoration: none;
}
a.MenuSecondary:active {
  background-color: lightslategray;
  color: black;
  font-size: large;
  font-weight: bold;
  text-decoration: none;
}

a.Standard:link {
  color : darkblue;
  text-decoration: none;
}
a.Standard:visited {
  color : darkblue;
  text-decoration: none;
}
a.Standard:hover {
  color : purple;
  text-decoration: underline;
}
a.Standard:active {
  color : purple;
  text-decoration: underline;
}

a.Imaged:link {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.Imaged:visited {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.Imaged:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  -moz-opacity: .67;
  opacity:0.67;
}
a.Imaged:active {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  -moz-opacity: .67;
  opacity: 0.67;
}

a.Imaged img {
  padding: 0;
  margin: 0;
  border: 0;
  border-style: none;
}
