

/*Primary, global items */

BODY {
	font-family: Arial,Georgia,Southern,"Times New Roman",Verdana,serif;
	font-size: 100%;
	background: #18151B;
	color: silver;
	
}

P  { 
    font-size: 100%;
    color: silver;
    margin-bottom:6px;
    margin-top:6px;        }



TD,TH { font-size: 100%;
        color: silver;
        /* font-weight: 500; */
      }

HR {
   border: 0; /* bizarre Mozilla requires this to work. Standards or a bug?!?*/
   margin: 20;
   padding: 0;
   height: 1px;
   color: white; /* IE likes this */
   background-color: white; /* Mozilla likes this */
}

.selected {
  color: #CCCC99; 
  font-weight: bold;
  /* background-color: blue; */
}
.tight {
   	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	padding: 2px;
	margin: 0px;
}

.small-caps {
  font-variant: small-caps;
}


@media print
{
   .non-print
   {
     display: none;
   }
   
   .bodytext {
	  font-size: 4pt;
   }

}


/* For large text documents: margins */
/* insert a <div class="reporttext"> </div> around entire body of report text, following page headers and navigation */

.reporttext {margin-left: 4em; margin-right: 8em; margin-top: 2em; margin-bottom: 4em;}

/* indent first line of paragraphs */
.reporttext P {text-indent: 2em;}

.indenttext {
   margin-left: 4em; margin-top: 1em; margin-bottom: 2em;
   font-size: 90%;
}

.evenindent {
   margin-left: 1em; 
   margin-right: 1em; 
   font-size: 90%;
}
.desc {
   font-size: 85%;
}

.indentdesc {
   margin-left: 1em;
   font-size: 85%; 
}

.hangingindentdesc {
   text-indent: -1em;
   margin-left: 1em;
   font-size: 85%; 
}


A:hover  {
  color: silver; 
  /* font-weight: bold; */
  /* background-color: blue; */
  /* text-decoration: underline; */
}

A:link {color: silver;
}
A:visited {color: silver;
}
A:active {color: lightblue;
}

A:link, A:visited, A:active {
 /* font-weight: 600; */
}

H1, H2, H3, H4{

    font-weight: bold; 
    margin-bottom:12px;margin-top:16px;
    color: silver; 
    page-break-after: avoid;
   }

H1 { font-size:260%; 
   /* font-family: "Matisse ITC" */}
H2 { font-size:140%; }
H3 { font-size:120%; }
H4 { font-size:110%; }

H1 A:link {color: silver;}
H1 A:visited {color: silver;}
H1 A:active {color: silver;}

H2 A:link {color: silver;}
H2 A:visited {color: silver;}
H2 A:active {color: silver;}

H3 A:link {color: silver;}
H3 A:visited {color: silver;}
H3 A:active {color: silver;}

H4 A:link {color: silver;}
H4 A:visited {color: silver;}
H4 A:active {color: silver;}


/*
DT {font-weight: bold;margin-bottom: 0em; margin-top: 0em;}
DD {margin-bottom: 1em; margin-top: 0em;}
*/

UL { margin-left: 2em; }
LI {margin-bottom: 0em;
    margin-top: 0em;
}



/* any small text */
.small {font-size: 80%;}
.verysmall {font-size: 75%;}

/* large text */
.large {font-size: 120%;}

form.search { margin: 0px; }

/* this causes chaos with Netscape

form {
  margin:0px; 
  padding:0px;
}

form.search input, form.search select {
	font-size: 10pt;
	border-style: outset;
	border-width: 1px;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: black;
	border-bottom-color: black;
}

Netscape */

/* FOR PAGE BREAKS */
.page {
	page-break-before: always;
	page-break-after: auto;
	page-break-inside: avoid;
}

/* for tables with text content */
.padded {padding: 4px}

select! {
  background-color: #7D5C06;
  color: white;
  border: 0px solid #AE8109;
}

input! {
  background-color: #7D5C06; 
  color: white;
  border: 0px solid #AE8109;
}

.muted {
  background-color: lightgray;
  color: black;
  border: 0px solid #AE8109;
  height: 20;
}

.checkbox {
  margin: 0;
  padding: 0;
} 

.grouplabel {
  margin-top: 10px;
  margin-bottom: 40px;
}

.spacebelow {
  margin-bottom: 60px;
}

DIV, FORM {
 margin-top: 0px;
 margin-bottom: 0px;
}

.silver { color: white; }

