/* controls basic properties of the entire document */


.red {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: red}



.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: 900; text-indent: 5pt}
a:link {  color: #0033CC;}
a:active {  color: #0066FF;}
a:visited {  color: #0033CC;}
a:hover {  color: #666666;}
.tdjust { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #333333}
.headlinelt { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #999999}
.hdlbold {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight: 600}
.minitext {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #666666}


a.mainNav:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            #0033CC;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  } 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            #0033CC;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            red;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  } 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color: #0066FF;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  } 