@charset "UTF-8";
@media print {
  #mainData a:link {
    color : #000000;
  }
}

/*++++++++++++++++*/
/* Link Selectors */
/*----------------*/

/*+++ #topMid Link Declarations +++*/
#topMid a:link, #topMid a:visited {
  text-decoration : none;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  background : none repeat;
}
#topMid a:hover, #topMid a:active {
  text-decoration : underline;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  background : none repeat;
}
/*--- #topMid Link Declarations ---*/


/*+++ #bottomMid Link Declarations +++*/
#bottomMid a:link, #bottomMid a:visited {
  text-decoration : underline;
  font-weight : bold;
  color : #000000;
  background : none repeat;
}
#bottomMid a:hover, #bottomMid a:active {
  text-decoration : underline;
  font-weight : bold;
  color : #000000;
  background : none repeat;
}
/*--- #bottomMid Link Declarations ---*/


/*+++ Default Link Declarations +++*/
a:link, a:visited {
  text-decoration : none;
  font-weight : bold;
  color : #dd8b12;
  background : none repeat;
}
a:hover, a:active {
  text-decoration : underline;
  color : #dd8b12;
  background : none repeat;
}
/*--- Default Link Declarations ---*/
