a {color: #003399; text-decoration: none;}
a:visited {color: #003399; text-decoration: none;}
a:hover {color: #003399; text-decoration:underline;}
a:active {color: #003399; text-decoration: none;}
a {font-weight: bold;}

#popup_text
 {
  margin-top: 25px;
  font-family: arial, sans-serif, "times new roman";
  font-size: 14px;
  text-align: justify;
 }

#popup_heading
 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  background-color: #EEEEEE;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
 }

#standout_text
 {
  font-weight: bold;
  font-size: 15px;
  display: inline;
 }

table.results
 {
  font-size: 12px;
  font-weight: bold;
 }
table.results td
 {
  vertical-align: top;
 }

/* Used to display error messages on contact form */
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
margin-left: 20px;
display:none;
}

table.popup {}
table.popup td.header {text-align: right; font-size: 11px; font-weight: bold;}
