BODY {
   background-color: white;
   background-image: url("../images/paperlnd.gif");
   background-repeat: repeat-y;
   color: #5B13A5;
   font-family: "Courier New", Courier, "Lucida Console", "Lucida Sans Typewriter", "Courier 10 Pitch", monospace;
   font-size: 18pt;
   margin-top: 18pt;
}
A: link {
   color: blue;
}
A: visited {
   color: navy;
}
A: active {
   color: red;
}
A: hover {
   color: red;
   font-weight: bolder;
}
hr {
   height: 3pt;
   margin-top: 20pt;
   margin-bottom: 20pt;
  border: medium solid #5B13A5;
}
h2 {
   color: #5B13A5;
}
blockquote {
   font-size: .65em;
   margin: 0pt 100pt 0pt 120pt;
}
table.wu {
   background-image: url(../images/wu.gif);
   background-repeat: no-repeat;
}
table.pg2 {
   padding: 3px;
}
table.tih {
   background-color: white;
   border: 1px solid black;
   color: black;
   font-family: "Times New Roman", Georgia, Serif;
   font-size: 0.95em;
}
table.qod {
   background-color: white;
   color: black;
   border: 1px solid black;
}
td.qoda {
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.95em;
   border-bottom: 1px solid black;
}
td.qodc {
   font-family: "Comic Sans MS", cursive;
   font-size: 0.95em;
   border-bottom: 1px solid black;
}
td.qods {
   font-family: Consolas, "Comic Sans MS", cursive;
   font-size: 0.95em;
   border-bottom: 1px solid black;
}
.lrg {
   font-size: 1.5em;
}
td.bk {
   font-family: Consolas, "Comic Sans MS", cursive;
   font-size: 1.5em;
   font-weight: bold;
}
td.wu {
   height: 35px;
}
td.tm1 {
   height: 39%;
}
td.tm2 {
   height: 33%;
}
td.tm3 {
   height: 28%;
}
td.ref {
   background-color: white;
   border: 1px solid black;
}

div.cur {
   color: black;
   font-family: "Courier Regular", "Courier New", serif;
   font-size: 0.8em;
}
div.nws {
   color: green;
   font-size: 2em;
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.nws A: link {
   color: green;
}
div.nws A: visited {
   color: green;
}
div.nws A: active {
   color: green;
}
span.nws {
   color: black;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
}

span.ttl0 {
   font-size: 1.3em;
   font-weight: bold;
   font-variant: small-caps;
}
span.ttl1 {
  font-style: italic;
   font-size: 62pt;
   font-weight: bold;
   font-variant: small-caps;
}
span.ttl2 {
   font-size: 36pt;
   font-weight: bold;
   font-variant: small-caps;
}

span.label {
   color: black;
   width: 25px;
   height: 15px;
   margin-top: 0;
   background: #66ffff;
   font: bold 0.9em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.c1 {
   cursor: pointer;
   color: black;
   width: 25px;
   height: 15px;
   margin-top: 0;
   background: #66ffff;
   font: bold 0.9em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.c2 {
   cursor: pointer;
   color: #CC0000;
   width: 25px;
   height: 15px;
   margin-top: 0;
   background: #66ffff;
   font: bold 0.9em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.c3 {
   cursor: pointer;
   color: gray;
   width: 25px;
   height: 15px;
   margin-top: 0;
   background: #66ffff;
   font: bold 0.9em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.anonc {
   color: black;
   font: 0.9em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.bo {
color: black;
text-align: center; 
font-family: Arial, Helvetica, sans-serif; 
margin-bottom: 30pt;
}
.bo1 {
font-size: .90em; 
}
span.bo2 {
font-weight: bold; 
font-size: 2em; 
}


/* Favorites */
h3 {margin: 0; text-align: center; 
}
td.fav {
   background-color: #5B13A5;
   color: white;
   font-size: 0.9em;
   border: 1px solid black;
   padding-bottom: 15px;
}
span.fav {
   text-decoration: none;
   font-size: 1.8em;
   font-weight: bold;
}

.arrowlistmenu{
width: 250px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: #5B13A5 url(../images/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
color: red;
background: #ADD8E6 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
color: red;
background: #90EE90 !important;
}

.arrowlistmenu ul li a{
color: red;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a: visited{
color: red;
font-family: Arial, Helvetica, sans-serif
}

.arrowlistmenu ul li a: hover{ /*hover state CSS*/
color: green;
background-color: silver;
font-family: Arial, Helvetica, sans-serif
}

.arrowlistmenu ul li a.subexpandable: hover{ /*hover state CSS for sub menu header*/
color: red;
background: #ADD8E6;
font-family: Arial, Helvetica, sans-serif
}
/* End */


