@charset "utf-8";
* {
  text-decoration:none;
  margin:0;
  padding:0;
}
html { overflow-y:scroll; }
html, body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:1.25;
  color:#000000;
  background:#ffffff;
  height:100%;
  width:100%;
  behavior:url("CODE/HTC/csshover3.htc");
}
ul { list-style:disc; }
blockquote, q {
  font-size:10px;
  font-style:italic;
}
a {
  color:#333333;
  text-decoration:none;
}
a:hover, a:focus { color:#e9592f; }
a img, img { border:none; }
strong {
  font-weight:700;
  color:#666666;
}
pre, code {
  font-size:100%;
  font-family:"Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
  width:90%;
  overflow:auto;
  background:#eeeeee;
  color:#555555;
  margin:.75em 0;
  padding:12px;
}
pre strong {
  font-weight:400;
  color:#000000;
}
cite, em { font-style:italic; }
fieldset {
  border:1px solid #cccccc;
  padding:20px;
}
fieldset legend {
  text-transform:uppercase;
  color:#cccccc;
  padding:0 10px;
}
h1, h2, h3, h4, h5, h6, blockquote { margin:0; }
ul, ol, body, li {
  margin:0;
  padding:0;
}
p, li p, blockquote p { margin:10px 0; }
