

/* @page
{ 
    BODY
    {  size: 8.5in 11.0in; 
       margin-left: 0.27in; margin-right: 0.26in; 
       margin-top: 0.25in;  margin-bottom: 0.26in;
    }
}
*/
@media print 
{
    BODY
    {  size: 8.5in 11.0in; 
       margin-left: 0.27in; margin-right: 0.26in; 
       margin-top: 0.25in;  margin-bottom: 0.26in;     
       font-size: 10pt; 
    }
    TABLE
    {
      font-size: 14pt; 
      page-break-inside: avoid;
    }
    TR
    {
      font-size: 14pt;
      page-break-inside: avoid;
    }
    TD
    {
      font-size: 12pt;
      page-break-inside: avoid;
    }
    PRE, TT
    {
      font-family: courier, monospaced;
      font-size: 12pt;
    } 
}

@media screen
{
    BODY
    {
      font-family:   Sans-Serif;
      font-size: 11pt;
    } 
    PRE, TT
    {
      font-family: courier, monospaced;
      font-size: 12pt;
    } 
}

a:link{
  color:#20883F;
}

a:visited{
  color:#20883F;
}

LI 
{  
  margin-top: 0in;
  margin-bottom: 0in;
}
TD
{  
  margin-top: 0in;
  margin-bottom: 0in;
}
.noindent 
{
  margin-left: 0in;
  margin-bottom: 0.05in;
  margin-top: 0.05in;
  font-family:  Sans-Serif;
  font-size: 12px; 
}

.text-body-indent 
{
  margin-left: 0.2in;
  margin-top: 0in;
  margin-bottom: 0in;
  margin-left: 0.2in; 
  font-family: Sans-Serif;
  font-size: 12px;
}

.indent2  
{
  margin-left: 0.2in;
  margin-top: 0in;
  margin-bottom: 0in;
  margin-left: 0.2in; 
  font-family: Sans-Serif;
  font-size: 12px;
}

.indent3  { font-family: Sans-Serif; margin-top: 0in; margin-left: 0.3in; margin-bottom: 0in}

.indent4  { font-family: Sans-Serif; margin-top: 0in; margin-left: 0.4in; margin-bottom: 0in}

.indent5  { font-family: Sans-Serif; margin-top: 0in; margin-left: 0.5in; margin-bottom: 0in}

.question { font-family: Sans-Serif; margin-left: 0.2in; font-weight: bold; margin-top: 0.2in;
            margin-bottom: 0.1in}

.answer   { font-family: Sans-Serif; margin-left: 0.5in; margin-top: 0.1in; margin-bottom: 0in}        

.pageheader
{
  font-family:   Sans-serif;
  color: #FFBD17;  background: #003057;
  font-size: 12pt; font-weight: bold;
  text-align: center; margin-top: 0in; margin-bottom: 0.01in;
  padding: 3px;
}


table, th, td {
  border-spacing: 0px;
  margin-top: 0in;
  margin-bottom: 0in;
  text-indent: 0;
  border: 1px solid black;
}


.button {
  background-color: #FEE11A; /* Yellow */
  border: none;
  color: white;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.buttonnew {
	background-color: #FEE11A;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px
}

/* Dropdown Button */
.dropbtn {
  background-color: #FEE11A;
  color: #20883F;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Change the text color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: white}

/* Change the background color of the link button when hovered*/
.button:hover {
	background-color: #3e8e41;
	color: white;
}


