.bigform {
  color:#AE7E4E;
  font-family:Times;
  font-style:italic;
  font-weight:bold;
  background: #fff;
	border: 0 solid #AAA;
	vertical-align: top;
}
.forminput {
	background: #fff;
	color: #000;
	border: 1px solid #AAA;
	vertical-align: top;
}
.formtextarea {
	background: #fff;
	color: #000;
	border: 1px solid #AAA;
}
.formbutton {
	font-weight: bold;
  color:#AE7E4E;
	background-color: #fff;
	border: 1px outset;
}
.formreset {
	font-weight: bold;
	color: #004BAB;
	background-color: #fff;
	border: 1px solid #004BAB;
}
.formcombo {
	font-size: 80%;
	background: #efefef;
	color: #000;
	border: 1px solid #004BAB;
}
.formcombo2 {
	font-size: 70%;
	background: #efefef;
	color: #000;
	border: 1px solid #004BAB;
}
.formradio {
	font-size: 100%;
	color: #000;
}
.formcheckbox {
	font-size: 100%;
	color: #000;
}
.formtextonly {
	font-size: 80%;
}
.formtextspan {
	font-size: 80%;
	padding: 4px;
}
.formbutton2 {
	font-size: 80%;
	font-weight: bold;
	color: #004BAB;
	padding-left: 5px;
	width:90%;
	text-align:left;
	background-color: #b9d1f0;
	border: 0 inset #004BAB;
}
.imgbutton {
	font-size: 80%;
	font-weight: bold;
	color: #004BAB;
	padding-left: 5px;
	width:16px;
	text-align:left;
	background-color: #b9d1f0;
	border: 0 inset #004BAB;
}
.bigform .element_style {
	font-size: 90%;
	COLOR: #777;	
}
.bigform .element_style A:link {
	COLOR: #222;
	text-decoration: none
}
.bigform .element_style A:visited {
	COLOR: #222;
	text-decoration: none;
}
.bigform .element_style A:hover {
	COLOR: #888;
	text-decoration: none;
}
.group_style {
	COLOR: #004BAB;
	font-family: Times;
	font-size: 100%;
	font-weight: bold;
}

.group_style A:link {
	COLOR: #222;
	text-decoration: none
}
.group_style A:visited {
	COLOR: #222;
	text-decoration: none
}
.group_style A:hover {
	COLOR: #888;
	text-decoration: none;
}
label {
	font-size: 100%;
	COLOR: #444;
	padding: 5px 5px 10px 0px;
	vertical-align: text-top;
}
fieldset {
	border: 2px #999 inset;
	padding: 1em;
}

.trOdd {
  color:#AE7E4E;
  font-family:Times;
  font-style:italic;
  font-weight:bold;
	background-color: #FCD8A4;
	font-size: 12px;
}
.trEven {
  color:#AE7E4E;
  font-family:Times;
  font-style:italic;
  font-weight:bold;
  background-color: #F2CD99;
	font-size: 12px;
}
