BODY {
  margin:	0.5em 1.0em 1.0em 1.0em;
  font-family:	helvetica, arial, sans-serif;
  font-style:	normal;
  font-variant:	normal;
  font-size:	medium;
  background:	white;
  color:	black;
}

UL { list-style-type: disc; }
H1 {
  text-align:	center;
  font-size:	14pt;
}
H3 {
  text-align:	center;
}

.admin {
  text-align:	center;
  font-family:	helvetica, arial, sans-serif;
  font-size:	small;
}

.bar {
  font-family:	helvetica, arial, sans-serif;
  font-size:	10pt;
  font-weight:	bold;
  text-align:	center;
}

.quote {
  margin-left:	3em;
  margin-right:	3em;
  text-align:	justify;
}

.quoteright {
  margin-right:	1em;
  padding-left:	1em;
  text-align:	justify;
}

.nobreak {
  margin-top:	-2em;
}

/*				-= FORM FIELDS =-			*/
input, select, textarea {
  border:		1px solid #3399FF;
  background:		#ffffff;
  color:		black;
  font:			normal normal normal 8pt arial;
}

.MyRadio {
  border:		none;
  width:		12;
  height:		12;
}
.MyBtn {
  background:		#dddddd;		/*#f1f1f9;*/
  color:		#3399FF;
}
.MyBtnr {
  background:		#ff3333;		/*#f1f1f9;*/
  color:		black;
}
.MyBtnd {
  background:		#f08080;		/*#f1f1f9;*/
  color:		black;
}
.MyBtns {
  background:		#dddddd;		/*#f1f1f9;*/
  color:		#3399FF;
  font-weight:		bold;
}
.MyArea {
  background:		lightgrey;
}
.icon {
  background:		transparent;
  border:		none;
}
