	
	.small	{font-family:Arial;font-weight:bold;font-size:10px;color:#eeeeee;text-decoration:none}
	.A:hover.small	{font-family:Arial;font-weight:bold;font-size:10px;color:#000000;text-decoration:underline}

	.smallUndl	{font-family:Arial;font-weight:bold;font-size:10px;color:#eeeeee;text-decoration:underline}
	.A:hover.smallUndl	{color:#000000;text-decoration:none}

	.smallblueUndl	{font-family:Arial;font-weight:bold;font-size:10px;color:#0000ff;text-decoration:underline}
	.A:hover.smallblueUndl	{color:#000000;text-decoration:none}

	.smalldark	{font-family:Arial;font-weight:bold;font-size:10px;color:#000000;text-decoration:none}
	.A:hover.smalldark	{font-family:Arial;font-weight:bold;font-size:10px;color:#008000;text-decoration:underline}

	.smallgreen	{font-family:Arial;font-weight:bold;font-size:10px;color:#008000;text-decoration:none}
	.A:hover.smallgreen	{font-family:Arial;font-weight:bold;font-size:10px;color:#0000ff;text-decoration:underline}

	.norm	{font-family:Arial;font-weight:normal;font-size:12px;color:#000000;text-decoration:none}	
	.A:hover.norm	{font-family:Arial;font-weight:normal;font-size:12px;color:#000000;text-decoration:underline}
	
	.norm14	{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:none}	
	.A:hover.norm	{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:underline}
	

	.normf	{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:none}	
	.A:hover.normf	{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:underline}	

	.normundl	{font-family:Arial;font-weight:normal;font-size:13px;color:#577fbe;text-decoration:underline;}	
	.A:hover.normundl	{color:#000000;text-decoration:none;}	

	.normRed	{font-family:Arial;font-weight:normal;font-size:12px;color:#ff0000;text-decoration:none}	
    .medboldRed  	{font-family:Arial;font-weight:bold;font-size:14px;color:#ff0000;text-decoration:none} 
	.medbold	{font-family:Arial;font-weight:bold;font-size:14px;color:#000000;text-decoration:none}
	.medium		{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:none}
	.A:hover.medium	{font-family:Arial;font-weight:normal;font-size:14px;color:#000000;text-decoration:underline}	

	.medlightb	{font-family:Arial;font-weight:bold;font-size:14px;color:#FFFAF0;text-decoration:none}	

	.normbold	{font-family:Arial;font-weight:bold;font-size:12px;color:#000000;text-decoration:none}	
	.A:hover.normbold	{font-family:Arial;font-weight:bold;font-size:12px;color:#000000;text-decoration:underline}
	.bigbold	{font-family:Arial;font-weight:bold;font-size:24px;color:#000000;text-decoration:none}	
	.A:hover.normbold	{font-family:Arial;font-weight:bold;font-size:12px;color:#000000;text-decoration:underline}	

	.big	{font-family:Arial;font-weight:normal;font-size:16px;color:#000000;text-decoration:none}
	.bigred	{font-family:Arial;font-weight:normal;font-size:18px;color:#ff0000;text-decoration:none}
	.A:hover.big	{font-family:Arial;font-weight:normal;font-size:16px;color:#0000ff;text-decoration:underline}	
	
	.bigblue	{font-family:Arial;font-weight:bold;font-size:16px;color:#577fbe;text-decoration:none}	
	.A:hover.bigblue	{font-family:Arial;font-weight:bold;font-size:16px;color:#ff0000;text-decoration:underline}	

	.space	{font-family:Arial;font-weight:normal;font-size:5px;color:#008000;text-decoration:none}

	.button_green {
  background-color: #4CAF50; /* Green */
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-color: black;
  display: inline-block;
  font-size: 13px;
  border-radius: 6px;
}

	.button_red {
  background-color: #ff8080; /* Green */
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-color: black;
  display: inline-block;
  font-size: 13px;
  border-radius: 6px;
}

.button-20 {
  appearance: button;
  background-color: #4D4AE8;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  border: 1px solid #4D4AE8;
  border-radius: 1rem;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset,rgba(46, 54, 80, 0.075) 0 1px 1px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: .5rem 1rem;
  text-align: center;
  text-transform: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-20:focus:not(:focus-visible),
.button-20:focus {
  outline: 0;
}

.button-20:hover {
  background-color: #3733E5;
  border-color: #3733E5;
}

.button-20:focus {
  background-color: #413FC5;
  border-color: #3E3BBA;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(46, 54, 80, 0.075) 0 1px 1px, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
}

.button-20:active {
  background-color: #3E3BBA;
  background-image: none;
  border-color: #3A38AE;
  box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset;
}

.button-20:active:focus {
  box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
}

.button-20:disabled {
  background-image: none;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}


   