<!--

/*
-----------------------------------------------
Special for old browsers like NS4x
----------------------------------------------- */

@import url('cwc.css');    /* NS4.x won't read this */

body {
  color: #009; background: #fff none;
  font-size: 90%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
}

img, a img, a#logo img {
  color: #009; background: transparent none;
  border-width: 0px; 
  border-style: solid;
  border-color: #fff;
}

#mainhead,#main,#mainfull,#copyright,#mystyle,h2,h3,h4,p {color: #009; background: transparent none;}

a:link {color: #c60; background: transparent; text-decoration: none;}
a:visited {color: #c60; background: transparent; text-decoration: none;}
a:hover {color: #09c; background: transparent; text-decoration: underline;}
a:active {color: #f00; background: transparent; text-decoration: none;}

a.plain {font-size: 1em;}
a.plain:link, a.plain:visited {color: #c60; background: transparent;}
a.plain:hover {color: #09c; background: transparent; text-decoration: underline;}

acronym,abbr,dfn {
  border-bottom: 1px dashed #09c;
  cursor: help;
}

acronym,abbr {color: #c60; background: transparent none;}

kbd,code {color: #c03; background: transparent none; font-size: 1.1em;}

.here {
  color: #fff; background: #09c none;
  font-weight: bold;
}

.aside {
  color: #060;
  background-color: transparent;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}

.smallred {color: #f00; background: transparent none; font-style: italic; font-size: .95em;}

.chkbox {
  font-size: small;
  border-bottom: 1px solid #009;
  text-decoration: underline;
}

.regmark,.footnote {
  font: normal .9em Arial,Helvetica,sans-serif;
  vertical-align: super;
}

.footnote {color: #09c; background: transparent none;}

div.TopofPage {
  width: 7em;
  color: #000; background: #ffe none;
  font: normal .85em Arial,Helvetica,sans-serif;
  text-align: center;
  border: 1px solid #f00;
  margin: 1em 0 0 1em;
}

div.TopofPage a {width: 100%; color: #000 !important; background: #ffe none; text-decoration: none;}
div.TopofPage a:hover {width: 100%; color: #09c !important; background: #ffe none; text-decoration: none;}


/* Cadre Corner styles */
.archive, .corner {padding: 0 0 1em 0; border-bottom: 1px dashed #009;}
.corner th, .corner td {text-align: left; padding: 2px 7px;}
.corner li,.corner > li {margin-bottom: 1em;}
ul#bymonth,ul#bytopic li {margin-bottom: 1em;}
ul#bytopic li li {margin-bottom: 0;}
.byline {margin: 1em 0 0 1em;}
.soon {color: #ccc; background: transparent none;}

-->