.underline {text-decoration: underline;}
.lucida {font-family: Lucida Console, Verdana, Arial, Helvetica, sans-serif;}

.rep_n {background-repeat: no-repeat;}
.rep_x {background-repeat: repeat-x;}
.rep_y {background-repeat: repeat-y;}

.input {width:100%;}

.uppercase {
	font-size: 7px;
	vertical-align: super;
}

.white {color: #fff;}
.black {color: #000;}
.red {color: #900;}
.green {color: #090;}
.blue {color: #009;}

.error {color: #900;}

table.border {border-collapse: collapse;}
table.border td {border: windowtext 1pt solid;}
table.border th {border: windowtext 1pt solid;}
table.border table,
table.border table td,
table.border table th {border: none;}
