.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(00,00,00);

}

.small2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(00,00,00);
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(00,00,00);
}

.font16 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify; TEXT-DECORATION: none
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(00,00,00);
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(00,00,00);
}

.xxbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(00,00,00);
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	color: rgb(00,00,00);
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: rgb(00,00,00);

}

.justified2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: rgb(00,00,00);	
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: rgb(00,00,00);
}

#scroll {	width:695px; 	height:298px; 	overflow:auto;}

div.elem-group {
  margin: 1px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, checkbox, select, textarea {
  border-radius: 2px;
  border: 1px solid #0093C9;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 100%;
  padding: 8px;
}

textarea {
  height: 50px;
}

button {
  height: 30px;
  background: #fff;
  border: 2px solid #fff;  
  color: black;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #FFFF00;
}