.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;}


ul.rows {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.rows li {padding: 3px 0px;}

.form_row {padding: 3px 0px;}

.clear {clear: left;}

.flow_img {
	float: left;
	margin: 0px 10px 3px 0px;
}


.noindex_link {
	color: #3b65ff;
	cursor: pointer;
}
.noindex_link:link {color: #3b65ff;}
.noindex_link:visited {color: #3b65ff;}
.noindex_link:hover {color: #ff1e1e;}


.hide {display: none;}
.viz {display: block;}

.ieP {filter:expression(fixPNG(this));}
