
p.navbar {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
}

*.main_text {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
}

*.main_title {
  text-align: center;
  font-family: Arial Narrow, Helvetica, sans-serif; 
  font-size: 118px; 
  font-style: italic;
  font-weight: bold;
}

*.italic {
  font-style: italic;
}

*.u  { 
  text-decoration: underline; 
}

*.req_asterisk {
  color: red;
  //font-weight: bold;
  font-size: 16px; 
}

*.success {
  color: green;
  font-size: 16px;
}

*.header {
  text-align: center;
  font-family: Arial Narrow, Helvetica, sans-serif; 
  font-size: 35px; 
  font-weight: bold;
}

*.indexsubheader {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 40px; 
  color=#ffff00;
  background-color: black;
}

*.subheader {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; 
}

*.subheaderleft {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; 
}

*.subsubheader {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
}

*.main_text_center {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
}

*.small {
  font-size: 12px;
}

*.small_center {
  font-size: 12px;
  text-align: center;
}

*.small_bold {
  font-size: 12px;
  font-weight: bold;
}

*.smallest {
  font-size: 12px;
}

*.alert {
  color: red;
}

h1.page_title {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 36px; 
  font-weight: bold;
  color: green;
}

td.parties {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  font-weight: normal;
  line-height: 1.5em;
}

*.hidden {visibility:hidden}

a:active {
  color: #6799c8;
}

a.links {
  font-size: 14px; 
}

a:link  { 
  color: blue; 
  text-decoration: none; 
}

a:hover  { 
  color: #003468; 
  text-decoration: underline; 
}

a:visited  { 
  color: blue;
  text-decoration: none; 
}

a:visited:hover  { 
  color: #003468; 
  text-decoration: underline; 
}
