.bigform {
	font-family: Verdana, Tahoma, Arial;
/*	background: #fff;*/
	color: #000;
	border: 0 solid #AAA;
	vertical-align: top;
	width:95%;
}
.forminput {
	background: #fff;
	color: #000;
	border: 1px solid #AAA;
	vertical-align: top;
	width:120px;
}
.formtextarea {
	background: #fff;
	color: #000;
	border: 1px solid #AAA;
	width:120px;
}
.formbutton {
	font-weight: bold;
	color: #004BAB;
	background-color: #fff;
	border: 1px solid #004BAB;
}
.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: Verdana, Tahoma, Arial;
	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: 70%;
	COLOR: #000;
	padding: 5px 5px 5px 0px;
	vertical-align: text-top;
}
fieldset {
	border: 2px #999 inset;
	padding: 1em;
}

.trOdd {
  color:#3C4B8C;
	/*background-color: #EEE;*/
	font-size: 9px;
}
.trEven {
  color:#3C4B8C;
  /*background-color: #C5D8DC;*/
	font-size: 9px;
}
