﻿.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	text-align: center;
	font-size: xx-small;
}

a:link { color: #336600; text-decoration: underline; }      /* unvisited link */
a:visited { color: #336600; text-decoration: underline; } /* visited link */
a:hover { text-decoration: none; } /* any link hover */
a:focus { color: #336600; text-decoration: underline; } /* link in focus */
a:active { color: #336600; text-decoration: underline; } /* active link */



form fieldset {
  clear: both;
  font-size: 20px;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {

  font-size: 20px;

  font-weight: normal;

  color: #000000;

  margin: 0 0 0 0;

  padding: 0 5px;

}