.bigform {
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	/*background: #fff;*/
	color: #000;
	border: 0 solid #AAA;
	vertical-align: top;
}
.forminput {
	background: #ffffff;
	color: #000000;
	border: 1 solid #AAAAAA;
	vertical-align: top;
}
.formtextarea {
	background: #ffffff;
	color: #000000;
	border: 1 solid #AAAAAA;
}
.formbutton {
	font-weight: bold;
	color: #004BAB;
	background-color: #ffffff;
	border: 1 solid #004BAB;
}
.formreset {
	font-weight: bold;
	color: #004BAB;
	background-color: #ffffff;
	border: 1 solid #004BAB;
}
.formcombo {
	font-size: 80%;
	background: #efefef;
	color: #000000;
	border: 1;
}
.formcombo2 {
	font-size: 70%;
	background: #efefef;
	color: #000000;
	border: 1;
}
.formradio {
	font-size: 100%;
	color: #000;
}
.formcheckbox {
	font-size: 100%;
	color: #000;
}
.formtextonly {
	font-size: 80%;
}
.formtextspan {
	font-size: 80%;
	padding: 4 px;
}
.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: #777777;
	cursor: hand;
}
.bigform .element_style A:link {
	COLOR: #222222;
	text-decoration: none
}
.bigform .element_style A:visited {
	COLOR: #222222;
	text-decoration: none
}
.bigform .element_style A:hover {
	COLOR: #888888;
	text-decoration: none;
}
.group_style {
	COLOR: #004BAB;
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	font-weight: bold;
	background-attachment: fixed;
	background-image: ok.gif;
	background-position: left;
	background-repeat: no-repeat;
}
.group_style A:link {
	COLOR: #222222;
	text-decoration: none
}
.group_style A:visited {
	COLOR: #222222;
	text-decoration: none
}
.group_style A:hover {
	COLOR: #888888;
	text-decoration: none;
}
label {
	font-size: 100%;
	COLOR: #444;
	cursor: hand;
	padding: 5px 5px 10px;
	vertical-align: text-top;
}
fieldset {
	border: 2px #999 inset;
	padding: 1em;
}

.trOdd {
  color:#4e0111;
	background-color: #d8df79;
	/*border-top: 1px solid #000 ;*/
	font-size: 12px;
}
.trEven {
  color:#4e0111;
  background-color: #e4e998;
  /*border-top: 4px solid #000 ;*/
	font-size: 12px;
}
