body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  cursor: Arrow; 
  scrollbar-face-color: #36469b; 
  scrollbar-shadow-color: #000000; 
  scrollbar-highlight-color: #7584C9; 
  scrollbar-track-color: #7584a1;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #e1e1ea;
  scrollbar-darkshadow-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
}
a  { 
  text-decoration: none; 
  font-weight: bold; 
  color: blue; 
}
a:link { color: blue; }
a:visited { color: blue; }
a:active { color: gray; }
b { color: black; }
input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}
input.blue {
  font-weight: bold;
  color: #ffffff;
}
select {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}
strong { color: black; }
textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}
.reportTitle {
  background-color: buttonface;
  /* border-left: 1px ridge buttonshadow;
  border-right: 1px ridge buttonhighlight;
  border-top: 1px ridge buttonshadow;
  border-bottom: 1px ridge buttonhighlight; */
  border: ridge 1px;
  font-weight: normal;
  color: #000000;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align: center;
  padding: 2px;
  font-size: 8pt;
}
table { 
  border: 0px; 
  padding: 2px;
  border-spacing: 2px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 8pt;
}
.heading {
  background-color: #336699; 
  /* background-image: url(/images/backgroundcolumnheaderoff.gif); */
  /* border-left: 1px ridge buttonshadow;
  border-right: 1px ridge buttonhighlight;
  border-top: 1px ridge buttonshadow;
  border-bottom: 1px ridge buttonhighlight; */
  border: ridge 1px;
  color: #ffffcc;  
  font-weight: normal;
  font-size: 8pt;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  padding: 2px;
  text-align: center;
  vertical-align: bottom;
}
.explain {
  background-color: #99ccff;
  color: white;  
  font-weight: bold;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  vertical-align: bottom;
}
.label {
  background-color: #336699; 
  /* border-left: 1px ridge buttonshadow;
  border-right: 1px ridge buttonhighlight;
  border-top: 1px ridge buttonshadow;
  border-bottom: 1px ridge buttonhighlight; */
  border: ridge 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #ffffcc;
  padding: 2px;
  vertical-align: top;
  text-align: right;
}
td.left {
  background-color: #cccccc;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
th {
  background-color: #336699; /* #0A0A7D; */
  color: #ffffcc; /* #ffffff; */
  border: ridge 1px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
td {
  font-weight: normal;
  vertical-align: top;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.highlight { 
  background: #0A0A7D;
  color: white;
}
h6 {
  font-weight: bold;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: #0A0A7D;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www4.bfn.org/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www4.bfn.org/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
