.green {
  color: #006600;
}

.greenbold {
  color: #006600;
  font-weight: bold;
}

.greentext {
  font-size: 13px;
  color: #006600;
  text-align: justify;
}

.greentitle {
  color: #006600;
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
}

.red {
  color: #cc0000;
}

.header {
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
}

.justify {
  font-size: 13px;
  text-align: justify;
}

.text {
  font-size: 13px;
}

.mediuminput {
	width: 300px;
}

.longinput {
	width: 500px;
}