@charset "utf-8";
/* CSS Document */

.hideme {
visibility : hidden;
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
}
a {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}
a:link { 
  color:#6699FF;
}
a:visited {
  color:#6633FF;
}
a:hover {
  background: #FFFF00;
}
a:active { 
  color:#0066FF;
}
#subhead a {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
}
#subhead a:link { 
  color:#6699FF;
}
#subhead a:visited {
  color:#6633FF;
}
#subhead a:hover {
  background: #FFFF00;
}
#subhead a:active { 
  color:#0066FF;
}
