﻿/* AMC2.css */
.BodyText	{ font-family: Arial; font-size: 12pt; text-align: left; margin-bottom: 0 }
span.NormText { font-family: Arial; font-size: 12pt }
.headlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: #0000FF;
  text-decoration: none;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #4974A7;
  text-decoration: none;
/*  font-weight: bold; */
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #4974A7;
  text-decoration: none;
/*  font-weight: bold;*/
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FF0000;
  text-decoration: none;
/*  font-weight: bold;*/
}
a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FF0000;
  text-decoration: none;
/*  font-weight: bold;*/
}
