/* default font settings for the page */
BODY, TD, INPUT, SELECT, TEXTAREA {
	FONT-FAMILY: Verdana, Tahmoa;
	FONT-SIZE: X-Small;
}
/* compulsory fields */
.comp {
	BACKGROUND-COLOR: #dbe5f2;
}
/* optional fields */
.optn {
	BACKGROUND-COLOR: #ffffff;
}
/* prompt cells */
.prompt {
	TEXT-ALIGN: right;
}
/* top prompt cells */
.topprompt {
	TEXT-ALIGN: left;
}
/* data cells */
.data {
	TEXT-ALIGN: left;
}
/* the area covered by the form */
.form {
	BACKGROUND-COLOR: #ffffff;
}
/* odd rows of the table */
.odd {
	BACKGROUND-COLOR: #eeeeee;
}
/* even rows of the table */
.even {
	BACKGROUND-COLOR: #ffffff;
}
/* top banner row of the table */
.top, TR.top TD {
	BACKGROUND-COLOR: #ff0000;
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}
/* bottom row of the table, contains buttons */
.bottom {
	BACKGROUND-COLOR: #ff0000;
	COLOR: #ffffff;
}
/* info row */
.note {
	FONT-SIZE: XX-Small;
}
/* buttons */
.button {
	BACKGROUND-COLOR: #eeeeee;
}

