.BLUETEXT {
	color : #000066;
	font-weight : bold;
}
.TEXT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :.7em;
	font-weight : normal;
	color : #666666;
	line-height : normal;
}
.FORMFIELD {
	background-color : #F0F8FF;
	color: #000066;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	width : 100px;
}

.FORMFIELD2 {
	background-color : #F0F8FF;
	color: #000066;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	width : 200px;

}
.FORMAREA {
	background-color : #F0F8FF;
	color: #000066;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	width : 200px;

}
.FORMBUTTON {
	background-color : #336699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #F0F8FF;
	font-size : 12px;
	font-weight : bold;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #ADD8E6;
	border-right : 1px solid #000033;
	border-top : 1px solid #ADD8E6;

}