body {
	font-family: Ariel;
	font-size: 12px;
	background-color: white;
	
}

td {
    font-family: Arial;
    font-size: 12px;
    
    
}
@font-face { font-family: primer-print; src: url('primer print.otf'); } 
.round { 
	border: 3px double #888888; 
	border-radius: 25px;
	font-size: 16px; 
	font-weight: bold;
}

th {
	font-family: Arial;
	font-size: 12px;	
}

textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a {
    color: blue;
    font-size: 12px;
}

.TextField {
	font-family: Arial;
	font-size: 12px;
}
.style1
{
    
    padding: 10px;
    font: oblique;
    font-size: 24px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.style7 {color: #ffffff}

.style10 {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}
.style12 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.style14 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
	
.style15 {font-family: Arial}
	
.style16 {
    font-size: 18px;
    font-weight: normal;
}
.style16w {
    font-size: 18px;
    font-weight: bold;
	color: #FFFFFF;
}
.style17 {
	font-size: 16px;
	font-weight: bold;
}	
.style19 {
    font-size: 14px
}

.style19i {
    font-size: 14px;
    color: #FD080C;
    font-weight: bold;
}
.style20i {
    font-size: 14px;
	color: #FF99CC;
	font-weight: bold;
}
.style20a {
    font-size: 14px;
	color: #E8C510;
	font-weight: bold;
}

.style20 {
    font-size: 10px
}
	
.style21 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;}
	
.style22 {
	color: #004A4A;
	font-weight: bold;}

.style23 
	{color: #FFFFFF}

.style25 {font-size: 10px}

.style28 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.style30 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;}
	

.style31 {
    font-weight: bold;
    font-size: 16px;
}
.style32 {color: #6C6B04; }
.style33 {color: #FFFFFF; font-size: 12px; font-weight: bold; }
.style34 {color: #FFFFFF; font-weight: bold; }
.style35 {color: black; font-size: 12px; font-weight: bold; }

.style40 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #606;
}

.style41 {color: #FFFFFF; font-weight: bold; }
.style42 {
	color: #FFFFFF;
	font-weight: bold;
}
.style43 {color: #FFFFFF}
.style44 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style50 {line-height: 2;}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#WordTable {
            
           
            margin: 10px;
			margin-left: 10px;
            width: 95%;
            height: 520px;
            overflow: auto;
        }
  
       
        button {
            margin: 10px;
        }
#ThisList {
            
           
            margin: 10px;
			margin-left: 10px;
            width: 95%;
            height: 520px;
            overflow: auto;
        }
  
       
        button {
            margin: 10px;
        }
input[type=submit] {
  background-color: #119797;
	height: 36px;
	text-align: center;
	
  border: none;
  color: 		black;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
border-radius: 20px;
  background-image: linear-gradient(	#E8E8E8 40%, 		#D8D8D8 55%);
  box-shadow: 0 2px 2px #888888;
  transition: color 0.3s, background-image 0.5s, ease-in-out;
}
input[type=submit1] {
  background-color: #119797;
	height: 30px;
	text-align: center;
	
  border: none;
  color: 		blue;
  padding: 5px 50px 5px 50px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
border-radius: 20px;
  background-image: linear-gradient(	#E8E8E8 40%, 		#D8D8D8 55%);
  box-shadow: 0 2px 2px #888888;
  transition: color 0.3s, background-image 0.5s, ease-in-out;
}
.button {
 background-color: #119797;
		height: 40px;
	text-align: center;
	font-size: 10;  
  border: none;
  color: 		black;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
border-radius: 20px;
  background-image: linear-gradient(	#E8E8E8 40%, 		#D8D8D8 55%);
  box-shadow: 0 2px 2px #888888;
  transition: color 0.3s, background-image 0.5s, ease-in-out;
}

.button1 {background-color: #04AA6D;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */